mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Darwin userspace emulation, by Pierre d'Herbemont.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2332 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
54421cb17b
commit
831b78254c
13 changed files with 4996 additions and 11 deletions
4
darwin-user/ioctls.h
Normal file
4
darwin-user/ioctls.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* emulated ioctl list */
|
||||
|
||||
IOCTL(TIOCGETA, IOC_R, MK_PTR(MK_STRUCT(STRUCT_termios)))
|
||||
IOCTL(TIOCSETA, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios)))
|
Loading…
Add table
Add a link
Reference in a new issue