summaryrefslogtreecommitdiff
path: root/include/hw/input/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/input/hid.h')
-rw-r--r--include/hw/input/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/input/hid.h b/include/hw/input/hid.h
index 56c71ed5ae..2567879399 100644
--- a/include/hw/input/hid.h
+++ b/include/hw/input/hid.h
@@ -31,6 +31,7 @@ typedef struct HIDKeyboardState {
uint8_t leds;
uint8_t key[16];
int32_t keys;
+ QEMUPutKbdEntry *eh_entry;
} HIDKeyboardState;
struct HIDState {