blob: 4055e33f7ad0204e5d167a8db9597604e82aff29 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/****************************************************************************
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
Ben Cheng4b29af02012-03-07 16:14:53 -080014
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080015#ifndef __ASSEMBLY__
Ben Cheng4b29af02012-03-07 16:14:53 -080016
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080017#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)
Ben Cheng4b29af02012-03-07 16:14:53 -080031
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080032#endif
Ben Cheng4b29af02012-03-07 16:14:53 -080033
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080034#ifndef __attribute_const__
35#define __attribute_const__
36#endif
Ben Cheng4b29af02012-03-07 16:14:53 -080037
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080038#endif