repo.or.cz
/
syslinux-gnu-efi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge /u/esben/gnu-efi/ branch intptr-t-fix into master
[syslinux-gnu-efi.git]
/
lib
/
arm
/
edk2asm.h
blob
9515eaf77f3420b5875be6c8ca21efdbc2dda649
1
2
#define ASM_PFX(x) x
3
#define GCC_ASM_EXPORT(x) \
4
.globl x ; \
5
.type x, %function
6