1 /* $NetBSD: edk2asm.h,v 1.1.1.1.2.2 2018/09/06 06:56:39 pgoyette Exp $ */ 2 3 4 #define ASM_PFX(x) x 5 #define GCC_ASM_EXPORT(x) \ 6 .globl x ; \ 7 .type x, %function 8 9
Indexes created Tue Sep 30 07:10:03 GMT 2025