diff options
Diffstat (limited to 'stubs/blk-exp-close-all.c')
-rw-r--r-- | stubs/blk-exp-close-all.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/blk-exp-close-all.c b/stubs/blk-exp-close-all.c new file mode 100644 index 0000000000..1c71316763 --- /dev/null +++ b/stubs/blk-exp-close-all.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "block/export.h" + +/* Only used in programs that support block exports (libblockdev.fa) */ +void blk_exp_close_all(void) +{ +} |