aboutsummaryrefslogtreecommitdiff
path: root/hw/serial.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-10-17 09:54:20 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2012-10-22 13:26:42 -0500
commit419ad67208a37367932a5bf88d3860f85e06282c (patch)
tree520c2681926eff73db642c9c08dcde1758ff9f7f /hw/serial.h
parent488cb996cd8d8eaa5ecfdc6ba5f6cbd23a13271b (diff)
serial: add pci variant
So we get a hot-pluggable 16550 uart. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/serial.h')
-rw-r--r--hw/serial.h1
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 */