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