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/drm/drm_mode.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/arch/x86_64/drm/drm_mode.h') diff --git a/include/arch/x86_64/drm/drm_mode.h b/include/arch/x86_64/drm/drm_mode.h index 8b6da7da..8517ff0c 100644 --- a/include/arch/x86_64/drm/drm_mode.h +++ b/include/arch/x86_64/drm/drm_mode.h @@ -48,9 +48,10 @@ extern "C" { #define DRM_MODE_TYPE_BUILTIN (1 << 0) /* deprecated */ #define DRM_MODE_TYPE_CLOCK_C \ - ((1 << 1) | DRM_MODE_TYPE_BUILTIN) /* deprecated */ -#define DRM_MODE_TYPE_CRTC_C ((1 << 2) | DRM_MODE_TYPE_BUILTIN) /* deprecated \ - */ + ((1 << 1) | DRM_MODE_TYPE_BUILTIN) /* deprecated */ +#define DRM_MODE_TYPE_CRTC_C \ + ((1 << 2) | DRM_MODE_TYPE_BUILTIN) /* deprecated \ + */ #define DRM_MODE_TYPE_PREFERRED (1 << 3) #define DRM_MODE_TYPE_DEFAULT (1 << 4) /* deprecated */ #define DRM_MODE_TYPE_USERDEF (1 << 5) -- cgit v1.2.3