Linux Kernel
3.7.1
|
#include <asm/types.h>
Go to the source code of this file.
Macros | |
#define | __stringify_in_c(...) #__VA_ARGS__ |
#define | stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " |
#define | __ASM_CONST(x) x##UL |
#define | ASM_CONST(x) __ASM_CONST(x) |
Definition at line 13 of file asm-compat.h.
#define __stringify_in_c | ( | ... | ) | #__VA_ARGS__ |
Definition at line 11 of file asm-compat.h.
#define ASM_CONST | ( | x | ) | __ASM_CONST(x) |
Definition at line 14 of file asm-compat.h.
#define stringify_in_c | ( | ... | ) | __stringify_in_c(__VA_ARGS__) " " |
Definition at line 12 of file asm-compat.h.