Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
[sliver-openvswitch.git] / datapath / compat.h
1 #ifndef COMPAT_H
2 #define COMPAT_H 1
3
4 #include <linux/version.h>
5
6 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
7
8 #include "compat26.h"
9
10 #else
11
12 #include "compat24.h"
13
14 #endif
15
16
17 #endif /* compat.h */