1 #ifndef LINUX_COMPILER_H 2 #define LINUX_COMPILER_H 3 4 #define __user 5 6 #endif /* LINUX_COMPILER_H */ 7