]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/reiserfs_xattr.h
[ALSA] Increase timer protocol number
[linux-2.6-omap-h63xx.git] / include / linux / reiserfs_xattr.h
index 1eaa48eca8117416ae664e624a396a0ffac1685f..9244c574882005f52528fc221f661a7c43916857 100644 (file)
@@ -10,8 +10,8 @@
 #define REISERFS_XATTR_MAGIC 0x52465841 /* "RFXA" */
 
 struct reiserfs_xattr_header {
-    __u32 h_magic;              /* magic number for identification */
-    __u32 h_hash;               /* hash of the value */
+    __le32 h_magic;              /* magic number for identification */
+    __le32 h_hash;               /* hash of the value */
 };
 
 #ifdef __KERNEL__