#include <sys/ttycom.h>
sys/ttycom.h
macroTIOCGETA_64
#define TIOCGETA_64 _IOR('t', 19, struct user_termios)
macroTIOCSETA_64
#define TIOCSETA_64 _IOW('t', 20, struct user_termios)
macroTIOCSETAW_64
#define TIOCSETAW_64 _IOW('t', 21, struct user_termios)
macroTIOCSETAF_64
#define TIOCSETAF_64 _IOW('t', 22, struct user_termios)
macroTIOCTIMESTAMP_32
#define TIOCTIMESTAMP_32 _IOR('t', 89, struct user32_timeval)
macroTIOCDCDTIMESTAMP_32
#define TIOCDCDTIMESTAMP_32 _IOR('t', 88, struct user32_timeval)
macroTIOCTIMESTAMP_64
#define TIOCTIMESTAMP_64 _IOR('t', 89, struct user64_timeval)
macroTIOCDCDTIMESTAMP_64
#define TIOCDCDTIMESTAMP_64 _IOR('t', 88, struct user64_timeval)
macroTIOCREVOKE
#define TIOCREVOKE _IO('t', 81)
macroTIOCREVOKECLEAR
#define TIOCREVOKECLEAR _IO('t', 80)