edk2asm.h 91 B

123456
  1. #define ASM_PFX(x) x
  2. #define GCC_ASM_EXPORT(x) \
  3. .globl x ; \
  4. .type x, %function