]> git.sur5r.net Git - groeck-k10temp/blob - compat.h
Synchronize with WIP upstream version
[groeck-k10temp] / compat.h
1 /*---------------------------------------------------------------------------
2  *
3  * compat.h
4  *     Copyright (c) 2018 Guenter Roeck <linux@roeck-us.net>
5  *
6  *---------------------------------------------------------------------------
7  */
8
9 #ifndef COMPAT_H
10 #define COMPAT_H
11
12 #include <linux/version.h>
13
14 #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 0)
15 #define x86_stepping    x86_mask
16 #endif
17
18 #endif /* COMPAT_H */