fs/Kconfig: move fat out
[safe/jmp/linux-2.6] / fs / fat / fat.h
index 4efc503..ea440d6 100644 (file)
@@ -323,4 +323,7 @@ extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
 int fat_cache_init(void);
 void fat_cache_destroy(void);
 
+/* helper for printk */
+typedef unsigned long long     llu;
+
 #endif /* !_FAT_H */