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/fd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/arch/x86_64/linux/fd.h') diff --git a/include/arch/x86_64/linux/fd.h b/include/arch/x86_64/linux/fd.h index d2841051..bdebcc4f 100644 --- a/include/arch/x86_64/linux/fd.h +++ b/include/arch/x86_64/linux/fd.h @@ -144,11 +144,11 @@ struct floppy_drive_params { struct floppy_max_errors max_errors; char flags; /* various flags, including ftd_msg */ - /* - * Announce successful media type detection and media information loss - * after disk changes. Also used to enable/disable printing of overrun - * warnings. - */ + /* + * Announce successful media type detection and media information loss + * after disk changes. Also used to enable/disable printing of overrun + * warnings. + */ #define FTD_MSG 0x10 #define FD_BROKEN_DCL 0x20 -- cgit v1.2.3