aboutsummaryrefslogtreecommitdiff
path: root/arch/score/include/asm/linkage.h
blob: 2323a8ecf44561a74dc5c0e7160f4ff31ac86ffb (plain)
1
2
3
4
5
6
7
#ifndef _ASM_SCORE_LINKAGE_H
#define _ASM_SCORE_LINKAGE_H

#define __ALIGN .align 2
#define __ALIGN_STR ".align 2"

#endif /* _ASM_SCORE_LINKAGE_H */