VSF Documented
version.h File Reference

Go to the source code of this file.

Macros

#define KERNEL_VERSION(__MAJOR, __MINOR, __PATCH)
 
#define LINUX_VERSION_CODE   KERNEL_VERSION(2, 6, 0)
 

Macro Definition Documentation

◆ KERNEL_VERSION

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

◆ LINUX_VERSION_CODE

#define LINUX_VERSION_CODE   KERNEL_VERSION(2, 6, 0)
Generated from commit: vsfteam/vsf@ceb53fd