Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/blk-exp-close-all.c

8 lines
156 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
#include "qemu/osdep.h"
#include "block/export.h"
/* Only used in programs that support block exports (libblockdev.fa) */
void blk_exp_close_all(void)
{
}