GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / reiserfs_xattr.h
blob38fff2ee1fc0607f7d4962ebb15e03825094c42c
1 /*
2 File: linux/reiserfs_xattr.h
3 */
5 #ifndef _LINUX_REISERFS_XATTR_H
6 #define _LINUX_REISERFS_XATTR_H
8 #include <linux/types.h>
10 /* Magic value in header */
11 #define REISERFS_XATTR_MAGIC 0x52465841 /* "RFXA" */
13 struct reiserfs_xattr_header {
14 __le32 h_magic; /* magic number for identification */
15 __le32 h_hash; /* hash of the value */
18 struct reiserfs_security_handle {
19 char *name;
20 void *value;
21 size_t length;
25 #endif /* _LINUX_REISERFS_XATTR_H */