1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/arch/score/include/asm/linkage.h

7 lines
150 B
C

#ifndef _ASM_SCORE_LINKAGE_H
#define _ASM_SCORE_LINKAGE_H
#define __ALIGN .align 2
#define __ALIGN_STR ".align 2"
#endif /* _ASM_SCORE_LINKAGE_H */