Files
android_kernel_xiaomi_sm8450/arch/blackfin/include/asm/linkage.h
2008-08-27 10:51:02 +08:00

8 lines
113 B
C

#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 4
#define __ALIGN_STR ".align 4"
#endif