X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fsandboxfs.h;h=6e6e3c62ff9612c2e1458ad52bc58b5f8ac4b1d6;hb=bce4d18c9d96ffb16f2c9bb4f0549543c5c7e240;hp=4c7745de91002d503640631f234d470c00ada0ee;hpb=21008ad6384170767041f1608975473c5ffa7fc7;p=oweals%2Fu-boot.git diff --git a/include/sandboxfs.h b/include/sandboxfs.h index 4c7745de91..6e6e3c62ff 100644 --- a/include/sandboxfs.h +++ b/include/sandboxfs.h @@ -18,7 +18,7 @@ #ifndef __SANDBOX_FS__ #define __SANDBOX_FS__ -int sandbox_fs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info); +int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, disk_partition_t *info); int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer, loff_t maxsize, loff_t *actread);