]> Git Repo - qemu.git/blob - darwin-user/ioctls.h
Windows build fix, spotted by Herve Poussineau.
[qemu.git] / darwin-user / ioctls.h
1      /* emulated ioctl list */
2
3      IOCTL(TIOCGETA, IOC_R, MK_PTR(MK_STRUCT(STRUCT_termios)))
4      IOCTL(TIOCSETA, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios)))
This page took 0.022357 seconds and 4 git commands to generate.