]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/sandboxfs.h
part: Drop disk_partition_t typedef
[thirdparty/u-boot.git] / include / sandboxfs.h
index 6e6e3c62ff9612c2e1458ad52bc58b5f8ac4b1d6..49724d05c89fc23cc70d1e203b28b4be9ca428ae 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __SANDBOX_FS__
 #define __SANDBOX_FS__
 
-int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, disk_partition_t *info);
+int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info);
 
 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer,
                       loff_t maxsize, loff_t *actread);