xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/posix_acl_xattr.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __UAPI_POSIX_ACL_XATTR_H
8 #define __UAPI_POSIX_ACL_XATTR_H
9 #include <linux/types.h>
10 #define POSIX_ACL_XATTR_VERSION 0x0002
11 #define ACL_UNDEFINED_ID (- 1)
12 struct posix_acl_xattr_entry {
13   __le16 e_tag;
14   __le16 e_perm;
15   __le32 e_id;
16 };
17 struct posix_acl_xattr_header {
18   __le32 a_version;
19 };
20 #endif
21