1 #ifndef CONFIG_H_ 2 #define CONFIG_H_ 20141204 3 4 #ifndef __UNCONST 5 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) 6 #endif /* __UNCONST */ 7 8 #ifndef USE_ARG 9 #define USE_ARG(x) /*LINTED*/(void)&(x) 10 #endif /* USE_ARG */ 11 12 #endif /* CONFIG_H_ */ 13