linuxOS_PX30_CAR/u-boot/arch/arm/include/asm/linkage.h

8 lines
113 B
C
Raw Normal View History

2026-01-20 05:50:57 +00:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"
#endif