1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_C6X_LINKAGE_H
3 #define _ASM_C6X_LINKAGE_H
7 #define __ALIGN .align 2
8 #define __ALIGN_STR ".align 2"
23 #define ENDPROC(name) \
24 .type name, @function @ \
29 #include <asm-generic/linkage.h>
31 #endif /* _ASM_C6X_LINKAGE_H */