blob: 7af675a21e3f5daa82e48fdf2bb94543d6da532b [file] [log] [blame]
Christopher Ferris59ac31a2016-05-19 12:25:22 -07001#define LINUX_VERSION_CODE 263179
Christopher Ferris1d16b772013-11-14 18:29:09 -08002#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))