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.
25 #define ENTRY_CFI(name, ...) \
28 .callinfo __VA_ARGS__ ASM_NL\
32 #define ENDPROC_CFI(name) \
38 #endif /* __ASSEMBLY__ */
40 #endif /* __ASM_PARISC_LINKAGE_H */