|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | __used __attribute__((__used__)) |
| #define | __must_check __attribute__((warn_unused_result)) |
| #define | __compiler_offsetof(a, b) __builtin_offsetof(a,b) |
Definition at line 14 of file compiler-gcc4.h.
| #define __must_check __attribute__((warn_unused_result)) |
Definition at line 13 of file compiler-gcc4.h.
| #define __used __attribute__((__used__)) |
Definition at line 12 of file compiler-gcc4.h.
1.8.2