]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/blk-exp-close-all.c
tests/tcg: Add the PROT_NONE gdbstub test
[mirror_qemu.git] / stubs / blk-exp-close-all.c
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 }