aboutsummaryrefslogtreecommitdiff
path: root/stubs/bdrv-next-monitor-owned.c
blob: 2acf6c3ec04c7c5efec7ea71018e4b4925ccb905 (plain)
1
2
3
4
5
6
7
8
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "block/block.h"

BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
{
    return NULL;
}