#ifndef _LINUX_VERSION_H #define _LINUX_VERSION_H #define UTS_RELEASE "2.6.12" #define LINUX_VERSION_CODE 132620 #define LIBC_HEADERS_VERSION "2.6.12.0" #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif