This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
GfA
/
linux_kernel
Vigiar
5
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
2a754b51aa
Ramos
Etiquetas
master
v4.14.9-bone-rt-r12
v4.4.104-bone-rt-r21
v4.4.145-bone23
linux_kernel
/
include
/
asm-x86
/
segment.h
segment.h
84 B
Histórico
Em bruto
1
2
3
4
5
#ifdef CONFIG_X86_32
# include "segment_32.h"
#else
# include "segment_64.h"
#endif