Sign in
kunit
/
linux
/
06c65eb45578c52d1bc69d044239646d4c90e7ea
/
.
/
include
/
asm-x86
/
segment.h
blob: 605068280e2852435a84377f84e26c05df36138e [
file
]
#ifdef
CONFIG_X86_32
# include "segment_32.h"
#else
# include "segment_64.h"
#endif