blob: 6d274ebe17f10e7d01bc916b717fba54f69831f7 [file] [log] [blame]
Christopher Ferris1d16b772013-11-14 18:29:09 -08001#define LINUX_VERSION_CODE 199428
2#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))