From 0221cfcd719f7f37566048e2a90cdfa5c3136148 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 10 May 2003 12:38:16 +0000 Subject: more console ioctls git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@139 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/syscall_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux-user/syscall_types.h') diff --git a/linux-user/syscall_types.h b/linux-user/syscall_types.h index e9ec148165..093a122074 100644 --- a/linux-user/syscall_types.h +++ b/linux-user/syscall_types.h @@ -64,3 +64,6 @@ STRUCT(hd_geometry, STRUCT(dirent, TYPE_LONG, TYPE_LONG, TYPE_SHORT, MK_ARRAY(TYPE_CHAR, 256)) + +STRUCT(kbentry, + TYPE_CHAR, TYPE_CHAR, TYPE_SHORT) -- cgit 1.4.1