Go to the documentation of this file.    1#ifndef __VSF_LINUX_VERSION_H__ 
    2#define __VSF_LINUX_VERSION_H__ 
    8#define KERNEL_VERSION(__MAJOR, __MINOR, __PATCH)       (((__MAJOR) << 16) + ((__MINOR) << 8) + (__PATCH)) 
   10#define LINUX_VERSION_CODE                              KERNEL_VERSION(2, 6, 0)