aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/linkage.h
blob: 7c2fa27a43f8496e2ba5ebcb31de8f154026c43b (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#define __ALIGN .balign 4
#define __ALIGN_STR ".balign 4"

#endif