Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 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 |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 11 | #define ACL_UNDEFINED_ID (- 1) |
| 12 | struct posix_acl_xattr_entry { |
| 13 | __le16 e_tag; |
| 14 | __le16 e_perm; |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 15 | __le32 e_id; |
| 16 | }; |
| 17 | struct posix_acl_xattr_header { |
| 18 | __le32 a_version; |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 19 | }; |
| 20 | #endif |