1 1.1.1.1.6.2 christos /* $NetBSD: edk2asm.h,v 1.1.1.1.6.2 2019/06/10 22:08:36 christos Exp $ */ 2 1.1.1.1.6.2 christos 3 1.1.1.1.6.2 christos 4 1.1.1.1.6.2 christos #define ASM_PFX(x) x 5 1.1.1.1.6.2 christos #define GCC_ASM_EXPORT(x) \ 6 1.1.1.1.6.2 christos .globl x ; \ 7 1.1.1.1.6.2 christos .type x, %function 8 1.1.1.1.6.2 christos 9