colibri-imx6ull/imx7: define bootubipart for distro boot
[oweals/u-boot.git] / include / sandboxfs.h
index 49724d05c89fc23cc70d1e203b28b4be9ca428ae..783dd5c88a7325c3ddccedce87c04acb0335adfd 100644 (file)
@@ -18,6 +18,9 @@
 #ifndef __SANDBOX_FS__
 #define __SANDBOX_FS__
 
+struct blk_desc;
+struct disk_partition;
+
 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,