Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
47c0bd1ae24c34e851cf0f2b02ef2a6847d7ae15
/
.
/
include
/
asm-x86
/
segment.h
blob: 605068280e2852435a84377f84e26c05df36138e [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "segment_32.h"
#else
# include "segment_64.h"
#endif