Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
compiler-gcc4.h File Reference

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)
 

Macro Definition Documentation

#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.