1/**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 **************************************************************************** 11 ****************************************************************************/ 12#ifndef __LINUX_COMPILER_H 13#define __LINUX_COMPILER_H 14 15#ifndef __ASSEMBLY__ 16 17#define __user 18#define __kernel 19#define __safe 20#define __force 21#define __nocast 22#define __iomem 23#define __chk_user_ptr(x) (void)0 24#define __chk_io_ptr(x) (void)0 25#define __builtin_warning(x, y...) (1) 26#define __acquires(x) 27#define __releases(x) 28#define __acquire(x) (void)0 29#define __release(x) (void)0 30#define __cond_lock(x) (x) 31 32#endif 33 34#ifndef __attribute_const__ 35#define __attribute_const__ 36#endif 37 38#endif 39