Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/bdrv-next-monitor-owned.c
2023-03-06 14:48:14 +01:00

8 lines
135 B
C

#include "qemu/osdep.h"
#include "block/block.h"
BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
{
return NULL;
}