blob: 235f52a66159c19c4367d80bdfd4f08478e104d5 [file] [log] [blame]
Christopher Ferris25981132017-11-14 16:53:49 -08001#define LINUX_VERSION_CODE 265728
Christopher Ferris1d16b772013-11-14 18:29:09 -08002#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))