Home | History | Annotate | Line # | Download | only in arm
edk2asm.h revision 1.1.1.1.2.2
      1  1.1.1.1.2.2  pgoyette /*	$NetBSD: edk2asm.h,v 1.1.1.1.2.2 2018/09/06 06:56:39 pgoyette Exp $	*/
      2  1.1.1.1.2.2  pgoyette 
      3  1.1.1.1.2.2  pgoyette 
      4  1.1.1.1.2.2  pgoyette #define ASM_PFX(x)			x
      5  1.1.1.1.2.2  pgoyette #define GCC_ASM_EXPORT(x)		\
      6  1.1.1.1.2.2  pgoyette 	.globl		x		; \
      7  1.1.1.1.2.2  pgoyette 	.type		x, %function
      8  1.1.1.1.2.2  pgoyette 
      9