]> git.sur5r.net Git - u-boot/blobdiff - include/fat.h
Add configuration for wtk board
[u-boot] / include / fat.h
index b56219ced8f3f3fa575afe9471e5b06df86c0024..6f0f40fa61e28f23f51f422aebb90ab796c97322 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_ */