X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fsandboxblockdev.h;h=5174f45f5e282ed02a0899ceeda0d7d02fdf1dd4;hb=bd650cd404b6dc870b6cc220025f35da4b31d0f4;hp=627787aa326280a6afe3eefc88fad344338e8d83;hpb=8401bfa91ef57e331e2a3abdf768d41803bec88e;p=people%2Fms%2Fu-boot.git diff --git a/include/sandboxblockdev.h b/include/sandboxblockdev.h index 627787aa32..5174f45f5e 100644 --- a/include/sandboxblockdev.h +++ b/include/sandboxblockdev.h @@ -8,7 +8,9 @@ #define __SANDBOX_BLOCK_DEV__ struct host_block_dev { - block_dev_desc_t blk_dev; +#ifndef CONFIG_BLK + struct blk_desc blk_dev; +#endif char *filename; int fd; };