This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
DragonOS-Community
/
DragonStub
mirror de
https://github.com/DragonOS-Community/DragonStub.git
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
8515606674
Ramos
Etiquetas
master
DragonStub
/
lib
/
arm
/
edk2asm.h
edk2asm.h
91 B
Histórico
Em bruto
1
2
3
4
5
6
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function