]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fat.h
FAT: implement fat_set_blk_dev(), convert cmd_fat.c
[people/ms/u-boot.git] / include / fat.h
index cc85b063952cc40d395a026c75bb4d038f1937fe..706cd7a4bd3467444d3b870bad8ac23743a5ad3a 100644 (file)
@@ -212,6 +212,7 @@ long file_fat_read_at(const char *filename, unsigned long pos, void *buffer,
                      unsigned long maxsize);
 long file_fat_read(const char *filename, void *buffer, unsigned long maxsize);
 const char *file_getfsname(int idx);
+int fat_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info);
 int fat_register_device(block_dev_desc_t *dev_desc, int part_no);
 
 int file_fat_write(const char *filename, void *buffer, unsigned long maxsize);