android_kernel_cmhtcleo/arch/arm/include/asm/linkage.h

12 lines
177 B
C
Raw Normal View History

2010-08-27 09:19:57 +00:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"
#define ENDPROC(name) \
.type name, %function; \
END(name)
#endif