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 _LINUX_REISERFS_XATTR_H 8 #define _LINUX_REISERFS_XATTR_H 9 #include <linux/types.h> 10 #define REISERFS_XATTR_MAGIC 0x52465841 11 struct reiserfs_xattr_header { 12 __le32 h_magic; 13 __le32 h_hash; 14 }; 15 struct reiserfs_security_handle { 16 const char * name; 17 void * value; 18 __kernel_size_t length; 19 }; 20 #endif 21