blob: 884583facacb2fdcf5fd7083a6099a6d3c7e4808 [file] [log] [blame]
Christopher Ferrise0845012014-07-09 14:58:51 -07001#define LINUX_VERSION_CODE 200192
Christopher Ferris1d16b772013-11-14 18:29:09 -08002#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))