diff options
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r-- | fs/fat/fat.h | 3 |
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); | |||
323 | int fat_cache_init(void); | 323 | int fat_cache_init(void); |
324 | void fat_cache_destroy(void); | 324 | void fat_cache_destroy(void); |
325 | 325 | ||
326 | /* helper for printk */ | ||
327 | typedef unsigned long long llu; | ||
328 | |||
326 | #endif /* !_FAT_H */ | 329 | #endif /* !_FAT_H */ |