1*53ee8cc1Swenshuai.xi /* Compatible <termio.h> for old `struct termio' ioctl interface. 2*53ee8cc1Swenshuai.xi This is obsolete; use the POSIX.1 `struct termios' interface 3*53ee8cc1Swenshuai.xi defined in <termios.h> instead. */ 4*53ee8cc1Swenshuai.xi 5*53ee8cc1Swenshuai.xi #include <termios.h> 6*53ee8cc1Swenshuai.xi #include <sys/ioctl.h> 7