Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / hw / virtio-console.h
index 2de9520..84d0717 100644 (file)
@@ -16,7 +16,4 @@
 /* The ID for virtio console */
 #define VIRTIO_ID_CONSOLE 3
 
-/* Creates a virtio console */
-void *virtio_console_init(PCIBus *bus, CharDriverState *chr);
-
 #endif