blob: 1fe7e50f5afae5c3b95d6523ec0094304ea951c3 [file] [log] [blame]
Christopher Ferrisa7e96cb2017-01-27 10:50:23 -08001#define LINUX_VERSION_CODE 264454
Christopher Ferris1d16b772013-11-14 18:29:09 -08002#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))