SPL: Add FIT data-position property support
[oweals/u-boot.git] / include / sandboxblockdev.h
index 59f951934660c83434ed7af65110cf7f7ef0efdc..5174f45f5e282ed02a0899ceeda0d7d02fdf1dd4 100644 (file)
@@ -8,7 +8,9 @@
 #define __SANDBOX_BLOCK_DEV__
 
 struct host_block_dev {
+#ifndef CONFIG_BLK
        struct blk_desc blk_dev;
+#endif
        char *filename;
        int fd;
 };