summaryrefslogblamecommitdiffstats
path: root/src/kernel/xloop_main.c
blob: 9a9479f2c8b31e5fa60f9f9e5e0c6485646c679d (plain) (tree)
1
2
3
4
5
6
7
8
9

                                   
                                           
 




                                                                       
                            
     
                            
      
// SPDX-License-Identifier: GPL-2.0

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include "xloop_main.h"

#if RHEL_CHECK_VERSION(RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(8, 5))
#include "xloop_main_rhel_8.5.c"
#elif LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0)
#include "xloop_main_4.18.c"
#else
#include "xloop_main_5.15.c"
#endif