1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_PARISC_LINKAGE_H
3 #define __ASM_PARISC_LINKAGE_H
8 #define __ALIGN .align 4
9 #define __ALIGN_STR ".align 4"
13 * In parisc assembly a semicolon marks a comment while a
14 * exclamation mark is used to separate independent lines.
26 #define ENDPROC(name) \
29 #define ENDPROC(name) \
30 .type name, @function !\
34 #define ENTRY_CFI(name) \
38 #define ENDPROC_CFI(name) \
42 #endif /* __ASSEMBLY__ */
44 #endif /* __ASM_PARISC_LINKAGE_H */