X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fsandboxfs.h;h=783dd5c88a7325c3ddccedce87c04acb0335adfd;hb=9cb895203a46654f7ee6dd95be5c8ab05e4dfbd3;hp=4c7745de91002d503640631f234d470c00ada0ee;hpb=d455d8789d5b35a39a0a179b3af4b423db13bfdd;p=oweals%2Fu-boot.git diff --git a/include/sandboxfs.h b/include/sandboxfs.h index 4c7745de91..783dd5c88a 100644 --- a/include/sandboxfs.h +++ b/include/sandboxfs.h @@ -18,7 +18,10 @@ #ifndef __SANDBOX_FS__ #define __SANDBOX_FS__ -int sandbox_fs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info); +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, loff_t maxsize, loff_t *actread);