Home | History | Annotate | Line # | Download | only in arm
edk2asm.h revision 1.1.1.1.2.2
      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