blob: f1aee6ec5bc3db6d27f8eb9ffdaad6ce2a378910 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef __ASM_LINKAGE_H
3#define __ASM_LINKAGE_H
4
5#define __ALIGN .balign 4
6#define __ALIGN_STR ".balign 4"
7
8#endif /* __ASM_LINKAGE_H */