source: svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/linux/reiserfs_xattr.h

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 357 bytes
Line 
1/*
2  File: linux/reiserfs_xattr.h
3*/
4
5#include <linux/init.h>
6#include <linux/xattr.h>
7#include <asm/types.h>
8
9/* Magic value in header */
10#define REISERFS_XATTR_MAGIC 0x52465841 /* "RFXA" */
11
12struct reiserfs_xattr_header {
13    __le32 h_magic;              /* magic number for identification */
14    __le32 h_hash;               /* hash of the value */
15};
16
17
Note: See TracBrowser for help on using the repository browser.