blob: b3e16462e82a7bc50c003611d7aeef132c1a1377 [file] [log] [blame]
Christopher Ferris33185402017-01-13 13:28:52 -08001#define LINUX_VERSION_CODE 264451
Christopher Ferris1d16b772013-11-14 18:29:09 -08002#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))