summaryrefslogtreecommitdiff
path: root/linux-user/syscall_defs.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-08 15:42:10 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-08 15:42:10 +0000
commit8e5a0667f8ef206773250f9b9dd5a4759369096e (patch)
tree0fc78507c18ece85d14be481c448cc9991065d79 /linux-user/syscall_defs.h
parent19b84f3c35d7c8e9d4743cdeb93534f7640001e1 (diff)
downloadqemu-8e5a0667f8ef206773250f9b9dd5a4759369096e.tar.gz
added KDGKBTYPE
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@132 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall_defs.h')
-rw-r--r--linux-user/syscall_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h
index a442683b6d..4dbc66333d 100644
--- a/linux-user/syscall_defs.h
+++ b/linux-user/syscall_defs.h
@@ -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 */