1 /* $NetBSD: edk2asm.h,v 1.1.1.1 2018/08/16 18:17:47 jmcneill Exp $ */ 2 3 4 #define ASM_PFX(x) x 5 #define GCC_ASM_EXPORT(x) \ 6 .globl x ; \ 7 .type x, %function 8 9