summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/virtio_console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/virtio_console.h')
-rw-r--r--include/arch/x86_64/linux/virtio_console.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/arch/x86_64/linux/virtio_console.h b/include/arch/x86_64/linux/virtio_console.h
index 9d1eb43b..a5c78eda 100644
--- a/include/arch/x86_64/linux/virtio_console.h
+++ b/include/arch/x86_64/linux/virtio_console.h
@@ -37,10 +37,11 @@
#include <linux/virtio_config.h>
/* Feature bits */
-#define VIRTIO_CONSOLE_F_SIZE 0 /* Does host provide console size? */
-#define VIRTIO_CONSOLE_F_MULTIPORT 1 /* Does host provide multiple ports? */
-#define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? \
- */
+#define VIRTIO_CONSOLE_F_SIZE 0 /* Does host provide console size? */
+#define VIRTIO_CONSOLE_F_MULTIPORT 1 /* Does host provide multiple ports? */
+#define VIRTIO_CONSOLE_F_EMERG_WRITE \
+ 2 /* Does host support emergency write? \
+ */
#define VIRTIO_CONSOLE_BAD_ID (~(__u32)0)