Files
SplenkOS/gnu-efi/lib/arm/edk2asm.h

7 lines
91 B
C
Raw Normal View History

2026-01-28 09:13:12 +11:00
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function