]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/bdrv-next-monitor-owned.c
Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-minor-fixes-3' into...
[mirror_qemu.git] / stubs / bdrv-next-monitor-owned.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "block/block.h"
4
5 BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
6 {
7 return NULL;
8 }