summary refs log tree commit diff stats
path: root/include/hw/input
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/input')
-rw-r--r--include/hw/input/pl050.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/input/pl050.h b/include/hw/input/pl050.h
index 2bbf7a9d50..c1f6c5a1fb 100644
--- a/include/hw/input/pl050.h
+++ b/include/hw/input/pl050.h
@@ -23,7 +23,7 @@ struct PL050State {
     SysBusDevice parent_obj;
 
     MemoryRegion iomem;
-    void *dev;
+    PS2State *ps2dev;
     uint32_t cr;
     uint32_t clk;
     uint32_t last;