VSF Documented
Macros
version.h File Reference

Go to the source code of this file.

Macros

#define KERNEL_VERSION(__MAJOR, __MINOR, __PATCH)   (((__MAJOR) << 16) + ((__MINOR) << 8) + (__PATCH))
 
#define LINUX_VERSION_CODE   KERNEL_VERSION(2, 6, 0)
 

Macro Definition Documentation

◆ KERNEL_VERSION

#define KERNEL_VERSION (   __MAJOR,
  __MINOR,
  __PATCH 
)    (((__MAJOR) << 16) + ((__MINOR) << 8) + (__PATCH))

◆ LINUX_VERSION_CODE

#define LINUX_VERSION_CODE   KERNEL_VERSION(2, 6, 0)