0
0
mirror of https://mirrors.bfsu.edu.cn/git/linux.git synced 2025-01-03 04:14:38 +08:00
linux/arch/arm/include/asm/linkage.h

12 lines
177 B
C
Raw Normal View History

#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