mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-02 09:27:19 +00:00
5 lines
158 B
C
5 lines
158 B
C
![]() |
/* emulated ioctl list */
|
||
|
|
||
|
IOCTL(TIOCGETA, IOC_R, MK_PTR(MK_STRUCT(STRUCT_termios)))
|
||
|
IOCTL(TIOCSETA, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios)))
|