![]() |
|
|||
0001 #ifndef _ASM_POWERPC_ASM_CONST_H 0002 #define _ASM_POWERPC_ASM_CONST_H 0003 0004 #ifdef __ASSEMBLY__ 0005 # define stringify_in_c(...) __VA_ARGS__ 0006 # define ASM_CONST(x) x 0007 #else 0008 /* This version of stringify will deal with commas... */ 0009 # define __stringify_in_c(...) #__VA_ARGS__ 0010 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " 0011 # define __ASM_CONST(x) x##UL 0012 # define ASM_CONST(x) __ASM_CONST(x) 0013 #endif 0014 0015 #endif /* _ASM_POWERPC_ASM_CONST_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |