uboot/u-boot-stm32mp-2020.01/arch/arm/include/asm/linkage.h

8 lines
113 B
C
Raw Permalink Normal View History

2024-01-10 06:52:34 +00:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"
#endif