Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
d773ed6b856a96bd6d18b6e04455e3ced0876da4
/
.
/
include
/
asm-x86
/
termios.h
blob: a4f4ae20a5910a45a3efac3dd637724e2b9e3901 [
file
] [
log
] [
blame
]
#ifdef
__KERNEL__
# ifdef CONFIG_X86_32
# include "termios_32.h"
# else
# include "termios_64.h"
# endif
#else
# ifdef __i386__
# include "termios_32.h"
# else
# include "termios_64.h"
# endif
#endif