]>
Git Repo - J-u-boot.git/blobdiff - include/sandboxblockdev.h
#define __SANDBOX_BLOCK_DEV__
struct host_block_dev {
+#ifndef CONFIG_BLK
struct blk_desc blk_dev;
+#endif
char *filename;
int fd;
};
This page took 0.025494 seconds and 4 git commands to generate.