summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main.h
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-15 16:50:06 +0100
committerSimon Rettberg2024-01-15 16:50:06 +0100
commit596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad (patch)
treee6bffe3219418289eefe1045030e8a119f4eebb3 /src/kernel/xloop_main.h
parentFix Mr. Bauer's crimes against the kernel coding guidelines :) (diff)
downloadxloop-596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad.tar.gz
xloop-596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad.tar.xz
xloop-596d8e1c0d50f2df3b87c119abdb4e7bc6c7e8ad.zip
Make it build on 6.6 (to be tested)
Diffstat (limited to 'src/kernel/xloop_main.h')
-rw-r--r--src/kernel/xloop_main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kernel/xloop_main.h b/src/kernel/xloop_main.h
index b49fc97..b4615d6 100644
--- a/src/kernel/xloop_main.h
+++ b/src/kernel/xloop_main.h
@@ -15,6 +15,8 @@
#include "xloop_main_rhel_8.5.h"
#elif LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0)
#include "xloop_main_4.18.h"
-#else
+#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
#include "xloop_main_5.15.h"
+#else
+#include "xloop_main_6.6.h"
#endif