Syncboot/gnu-efi/lib/arm/edk2asm.h

7 lines
91 B
C
Raw Permalink Normal View History

2019-07-21 14:22:32 +00:00
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function