]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/befs/befs_fs_types.h
[PATCH] befs: introduce on-disk endian types
[karo-tx-linux.git] / fs / befs / befs_fs_types.h
index d124b4c51179686bc1d8e462c80a6dba04c098be..128066b1c4b057dd27d6dc48bac6dc952dd4f6fd 100644 (file)
@@ -79,6 +79,10 @@ enum inode_flags {
  * On-Disk datastructures of BeFS
  */
 
+typedef u64 __bitwise fs64;
+typedef u32 __bitwise fs32;
+typedef u16 __bitwise fs16;
+
 typedef u64 befs_off_t;
 typedef u64 befs_time_t;