blob: 1c713167639274cefa7dd85bbc69e56777ac3fe9 [file] [log] [blame]
Stefan Hajnoczicbc20bf2020-09-29 13:55:15 +01001#include "qemu/osdep.h"
2#include "block/export.h"
3
4/* Only used in programs that support block exports (libblockdev.fa) */
5void blk_exp_close_all(void)
6{
7}