ckfwq/linux-3.0.4/arch/m68k/include/asm/linkage.h

8 lines
113 B
C
Raw Normal View History

2024-12-30 10:53:50 +08:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 4
#define __ALIGN_STR ".align 4"
#endif