This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
DragonOS-Community
/
DragonStub
Mirror von
https://github.com/DragonOS-Community/DragonStub.git
Beobachten
4
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
master
Branches
Tags
master
DragonStub
/
lib
/
arm
/
edk2asm.h
edk2asm.h
91 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function