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

Go to the source code of this file.

Macros

#define __ALIGN   .align 0
 
#define __ALIGN_STR   ".align 0"
 
#define ENDPROC(name)
 

Macro Definition Documentation

#define __ALIGN   .align 0

Definition at line 4 of file linkage.h.

#define __ALIGN_STR   ".align 0"

Definition at line 5 of file linkage.h.

#define ENDPROC (   name)
Value:
.type name, %function; \
END(name)

Definition at line 7 of file linkage.h.