aboutsummaryrefslogtreecommitdiffstats
path: root/fs/befs/befs_fs_types.h
diff options
context:
space:
mode:
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 d124b4c51179..128066b1c4b0 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;