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