diff options
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/devices.h b/hw/devices.h index 9572a63337..4f872611ac 100644 --- a/hw/devices.h +++ b/hw/devices.h @@ -73,4 +73,7 @@ void tc6393xb_gpio_out_set(struct tc6393xb_s *s, int line, qemu_irq *tc6393xb_gpio_in_get(struct tc6393xb_s *s); qemu_irq tc6393xb_l3v_get(struct tc6393xb_s *s); +/* sm501.c */ +void sm501_init(DisplayState *ds, uint32_t base, unsigned long local_mem_base, + uint32_t local_mem_bytes, CharDriverState *chr); #endif |