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