aboutsummaryrefslogtreecommitdiff
path: root/fs/befs/befs_fs_types.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2005-12-24 01:32:03 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-10 16:15:33 -0700
commit1151895f8076584e061092afffb110b90cb38a68 (patch)
treeb21948f944b9f949c629cef3027985f9e3cf53dc /fs/befs/befs_fs_types.h
parentaf10b0084dff530fb7232a0f8bbc4499e9c58574 (diff)
[PATCH] befs: introduce on-disk endian types
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/befs/befs_fs_types.h')
-rw-r--r--fs/befs/befs_fs_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/befs/befs_fs_types.h b/fs/befs/befs_fs_types.h
index d124b4c5117..128066b1c4b 100644
--- a/fs/befs/befs_fs_types.h
+++ b/fs/befs/befs_fs_types.h
@@ -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;