aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index 4efc5038ed29..ea440d65819c 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -323,4 +323,7 @@ extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
323int fat_cache_init(void); 323int fat_cache_init(void);
324void fat_cache_destroy(void); 324void fat_cache_destroy(void);
325 325
326/* helper for printk */
327typedef unsigned long long llu;
328
326#endif /* !_FAT_H */ 329#endif /* !_FAT_H */