diff options
Diffstat (limited to 'include/linux/virtio_console.h')
-rw-r--r-- | include/linux/virtio_console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/virtio_console.h b/include/linux/virtio_console.h index bd0e2a596f93..1ebf007812a8 100644 --- a/include/linux/virtio_console.h +++ b/include/linux/virtio_console.h | |||
@@ -40,6 +40,7 @@ struct virtio_console_control { | |||
40 | #define VIRTIO_CONSOLE_CONSOLE_PORT 1 | 40 | #define VIRTIO_CONSOLE_CONSOLE_PORT 1 |
41 | #define VIRTIO_CONSOLE_RESIZE 2 | 41 | #define VIRTIO_CONSOLE_RESIZE 2 |
42 | #define VIRTIO_CONSOLE_PORT_OPEN 3 | 42 | #define VIRTIO_CONSOLE_PORT_OPEN 3 |
43 | #define VIRTIO_CONSOLE_PORT_NAME 4 | ||
43 | 44 | ||
44 | #ifdef __KERNEL__ | 45 | #ifdef __KERNEL__ |
45 | int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)); | 46 | int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)); |