diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
commit | 0e058a8a6aab56565677dc3a7f994b0c8f191a48 (patch) | |
tree | b567e8f97339d6a9fa30ab89775a022bb6f209ff /hw/virtio-console.h | |
parent | 2d72c5727f8343a39862b8fca3b53a2bce26a7ca (diff) |
Virtio-console conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/virtio-console.h')
-rw-r--r-- | hw/virtio-console.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/virtio-console.h b/hw/virtio-console.h index 2de9520ae6..84d0717744 100644 --- a/hw/virtio-console.h +++ b/hw/virtio-console.h @@ -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 |