Home | History | Annotate | Download | only in linux
      1 #define LINUX_VERSION_CODE 265984
      2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
      3