xref: /openbmc/qemu/stubs/blk-exp-close-all.c (revision a0441b66e811f24d92238e9a34f9d46b3a9058fa)
1 #include "qemu/osdep.h"
2 #include "block/export.h"
3 
4 /* Only used in programs that support block exports (libblockdev.fa) */
5 void blk_exp_close_all(void)
6 {
7 }
8