linuxOS_D21X/source/uboot-2021.10/arch/arm/include/asm/linkage.h

8 lines
113 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"
#endif