From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/virtio_console.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/arch/x86_64/linux/virtio_console.h') 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 /* 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) -- cgit v1.2.3