diff options
Diffstat (limited to 'hw/serial.h')
-rw-r--r-- | hw/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/serial.h b/hw/serial.h index 6f5293b202..55a1ac5e9b 100644 --- a/hw/serial.h +++ b/hw/serial.h @@ -84,6 +84,7 @@ extern const VMStateDescription vmstate_serial; extern const MemoryRegionOps serial_io_ops; void serial_init_core(SerialState *s); +void serial_exit_core(SerialState *s); void serial_set_frequency(SerialState *s, uint32_t frequency); /* legacy pre qom */ |