Sign in
fuchsia
/
third_party
/
qemu
/
1148e4f4dc22f8efe3419fda4ca4f0a7369ef94a
/
.
/
stubs
/
bdrv-next-monitor-owned.c
blob: e62c2898627ed4f0b50ecebae1edee8cac35ca9d [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"block/block.h"
BlockDriverState
*
bdrv_next_monitor_owned
(
BlockDriverState
*
bs
)
{
return
NULL
;
}