Home | History | Annotate | Line # | Download | only in verify
      1  1.1  agc #ifndef CONFIG_H_
      2  1.1  agc #define CONFIG_H_ 20141204
      3  1.1  agc 
      4  1.1  agc #ifndef __UNCONST
      5  1.1  agc #define __UNCONST(a)   ((void *)(unsigned long)(const void *)(a))
      6  1.1  agc #endif /* __UNCONST */
      7  1.1  agc 
      8  1.1  agc #ifndef USE_ARG
      9  1.1  agc #define USE_ARG(x)       /*LINTED*/(void)&(x)
     10  1.1  agc #endif /* USE_ARG */
     11  1.1  agc 
     12  1.1  agc #endif /* CONFIG_H_ */
     13