]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/syscall_types.h
Avoid accessing guest memory directly in usermode emulation.
[qemu.git] / linux-user / syscall_types.h
index 4db47da0f75c9054814c7cb0ed35a2a74af38e3b..308da485738ce92d059d8d20b29a810434177f0e 100644 (file)
@@ -68,6 +68,9 @@ STRUCT(dirent,
 STRUCT(kbentry,
        TYPE_CHAR, TYPE_CHAR, TYPE_SHORT)
 
+STRUCT(kbsentry,
+       TYPE_CHAR, MK_ARRAY(TYPE_CHAR, 512))
+
 STRUCT(audio_buf_info,
        TYPE_INT, TYPE_INT, TYPE_INT, TYPE_INT)