summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main.c
blob: b3f7963662446438c8fb51753ffed007f3d09df5 (plain) (blame)
1
2
3
4
5
6
7
#include <linux/version.h>

#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0)
#include "xloop_main_4.18.c"
#else
#include "xloop_main_5.15.c"
#endif