diff options
Diffstat (limited to 'include/hw/input/pl050.h')
-rw-r--r-- | include/hw/input/pl050.h | 2 |
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; |