aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/termios.h
blob: 6707fd13dcd2c73dc974259627c350c0bfebf6d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#include "termios_arm.h" 
#elif defined(__aarch64__) 
#include "termios_arm64.h" 
#elif defined(__powerpc__) 
#include "termios_powerpc.h" 
#elif defined(__i386__) || defined(__x86_64__) 
#include "termios_x86.h" 
#else 
#error unexpected 
#endif