/
usr
/
src
/
linux-headers-5.4.0-1103-aws
/
arch
/
sh
/
include
/
asm
/
Upload File
HOME
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #define __ALIGN .balign 4 #define __ALIGN_STR ".balign 4" #endif