xref: /qemu/stubs/bdrv-next-monitor-owned.c (revision a8d25326)
1*262b4e8fSMax Reitz #include "qemu/osdep.h"
2*262b4e8fSMax Reitz #include "block/block.h"
3*262b4e8fSMax Reitz 
bdrv_next_monitor_owned(BlockDriverState * bs)4*262b4e8fSMax Reitz BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
5*262b4e8fSMax Reitz {
6*262b4e8fSMax Reitz     return NULL;
7*262b4e8fSMax Reitz }
8