diff options
Diffstat (limited to 'hw/virtio-console.h')
-rw-r--r-- | hw/virtio-console.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hw/virtio-console.h b/hw/virtio-console.h deleted file mode 100644 index 84d0717744..0000000000 --- a/hw/virtio-console.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Virtio Console Support - * - * Copyright IBM, Corp. 2008 - * - * Authors: - * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> - * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. - * - */ -#ifndef _QEMU_VIRTIO_CONSOLE_H -#define _QEMU_VIRTIO_CONSOLE_H - -/* The ID for virtio console */ -#define VIRTIO_ID_CONSOLE 3 - -#endif |