* Patches by Denis Peter, 9 Sep 2003:
[pandora-u-boot.git] / include / fat.h
index b56219c..6f0f40f 100644 (file)
@@ -204,5 +204,6 @@ int file_fat_detectfs(void);
 int file_fat_ls(const char *dir);
 long file_fat_read(const char *filename, void *buffer, unsigned long maxsize);
 const char *file_getfsname(int idx);
+int fat_register_device(block_dev_desc_t *dev_desc, int part_no);
 
 #endif /* _FAT_H_ */