OSDN Git Service

Check in released NDK version r4.
[android-x86/prebuilt.git] / ndk / android-ndk-r4 / darwin / platforms / android-3 / arch-arm / usr / include / linux / nfsacl.h
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_NFSACL_H
13 #define __LINUX_NFSACL_H
14
15 #define NFS_ACL_PROGRAM 100227
16
17 #define ACLPROC2_GETACL 1
18 #define ACLPROC2_SETACL 2
19 #define ACLPROC2_GETATTR 3
20 #define ACLPROC2_ACCESS 4
21
22 #define ACLPROC3_GETACL 1
23 #define ACLPROC3_SETACL 2
24
25 #define NFS_ACL 0x0001
26 #define NFS_ACLCNT 0x0002
27 #define NFS_DFACL 0x0004
28 #define NFS_DFACLCNT 0x0008
29
30 #define NFS_ACL_DEFAULT 0x1000
31
32 #endif