blob: c0e7596f76b666183f0e3a2a9f3ac889b099dc82 [file] [log] [blame]
#warning Using linux/version.h from ARC toolchain
#define LINUX_VERSION_CODE 0x20623
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))