xref: /DragonStub/lib/arm/edk2asm.h (revision f1de0317e130286d7363f30f4f92961ab62fe191)
1 
2 #define ASM_PFX(x)			x
3 #define GCC_ASM_EXPORT(x)		\
4 	.globl		x		; \
5 	.type		x, %function
6 
7