mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
added KDGKBTYPE
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@132 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
19b84f3c35
commit
8e5a0667f8
2 changed files with 5 additions and 0 deletions
|
@ -212,6 +212,9 @@ struct target_pollfd {
|
|||
short revents; /* returned events */
|
||||
};
|
||||
|
||||
/* virtual terminal ioctls */
|
||||
#define TARGET_KDGKBTYPE 0x4b33
|
||||
|
||||
/* Networking ioctls */
|
||||
#define TARGET_SIOCADDRT 0x890B /* add routing table entry */
|
||||
#define TARGET_SIOCDELRT 0x890C /* delete routing table entry */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue