efi-boot-shim/gnu-efi/lib/arm/edk2asm.h
2021-03-23 23:49:46 +00:00

7 lines
91 B
C

#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function