VSF Documented
|
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) |
#define KERNEL_VERSION | ( | __MAJOR, | |
__MINOR, | |||
__PATCH | |||
) | (((__MAJOR) << 16) + ((__MINOR) << 8) + (__PATCH)) |
#define LINUX_VERSION_CODE KERNEL_VERSION(2, 6, 0) |