qemu/stubs/blk-exp-close-all.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
155 B
C
Raw Normal View History

#include "qemu/osdep.h"
#include "block/export.h"
/* Only used in programs that support block exports (libblockdev.a) */
void blk_exp_close_all(void)
{
}