blob: 777a16042410808cca1eed3e7ab391e4e90ce251 [file] [log] [blame]
Christopher Ferrisa1a109e2018-01-31 15:03:12 -08001#define LINUX_VERSION_CODE 265984
Christopher Ferris1d16b772013-11-14 18:29:09 -08002#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))