allow coexistance of N build and AC build.
[tomato.git] / release / src-rt / linux / linux-2.6 / include / linux / version.h
blobaae96e200887c976d5aee39b9ce8f419c4c503ef
1 #define LINUX_VERSION_CODE 132630
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))