diff options
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/devices.h b/hw/devices.h index a8afa947ab..a064b13286 100644 --- a/hw/devices.h +++ b/hw/devices.h @@ -74,6 +74,5 @@ qemu_irq *tc6393xb_gpio_in_get(struct tc6393xb_s *s); qemu_irq tc6393xb_l3v_get(struct tc6393xb_s *s); /* sm501.c */ -void sm501_init(uint32_t base, unsigned long local_mem_base, - uint32_t local_mem_bytes, CharDriverState *chr); +void sm501_init(uint32_t base, uint32_t local_mem_bytes, CharDriverState *chr); #endif |