xref: /linux/arch/sh/include/asm/linkage.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef __ASM_LINKAGE_H
3f15cbe6fSPaul Mundt #define __ASM_LINKAGE_H
4f15cbe6fSPaul Mundt 
5f15cbe6fSPaul Mundt #define __ALIGN .balign 4
6f15cbe6fSPaul Mundt #define __ALIGN_STR ".balign 4"
7f15cbe6fSPaul Mundt 
8f15cbe6fSPaul Mundt #endif
9