Initial commit linux kernel 2.6.33

This commit is contained in:
Angell Fear
2010-09-03 00:00:59 +06:00
commit 464e36dc43
31556 changed files with 12908964 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _PERF_LINUX_COMPILER_H_
#define _PERF_LINUX_COMPILER_H_
#ifndef __always_inline
#define __always_inline inline
#endif
#define __user
#define __attribute_const__
#endif