Linux 5.7.6
[linux/fpc-iii.git] / arch / unicore32 / include / asm / linkage.h
blob8e341ba7bc4a063d32fed08f76b1719ae001beb2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/arch/unicore32/include/asm/linkage.h
5 * Code specific to PKUnity SoC and UniCore ISA
7 * Copyright (C) 2001-2010 GUAN Xue-tao
8 */
9 #ifndef __UNICORE_LINKAGE_H__
10 #define __UNICORE_LINKAGE_H__
12 #define __ALIGN .align 0
13 #define __ALIGN_STR ".align 0"
15 #define ENDPROC(name) \
16 .type name, %function; \
17 END(name)
19 #endif