xref
: /
DragonStub
/
lib
/
arm
/
edk2asm.h
(revision d119b0d759cc9eabd47352ae6ea69c5d8e40ce66)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
#
define
ASM_PFX
(
x
)
x
3
#
define
GCC_ASM_EXPORT
(
x
) \
4
.
globl
x
; \
5
.
type
x
, %
function
6
7