Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val)) |
#define | BLANK() asm volatile("\n->" : : ) |
#define | OFFSET(sym, str, mem) DEFINE(sym, offsetof(struct str, mem)) |
#define | COMMENT(x) asm volatile("\n->#" x) |