This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
DragonOS-Community
/
DragonStub
mirror de
https://github.com/DragonOS-Community/DragonStub.git
Observar
4
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
8515606674
Branches
Tags
master
DragonStub
/
lib
/
arm
/
edk2asm.h
edk2asm.h
91 B
Histórico
Raw
1
2
3
4
5
6
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function