sgttyb
#define TTY_STRUCT struct sgttyb
struct sgttyb *sg = (struct sgttyb *)data;
struct sgttyb *sg = (struct sgttyb *)data;
#define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */
#define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */
#define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */