Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/blk-exp-close-all.c
2023-03-06 14:48:14 +01:00

8 lines
156 B
C

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