]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/bdrv-next-monitor-owned.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / stubs / bdrv-next-monitor-owned.c
CommitLineData
262b4e8f 1#include "qemu/osdep.h"
262b4e8f
HR
2#include "block/block.h"
3
4BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
5{
6 return NULL;
7}