Sign in
fuchsia
/
third_party
/
qemu
/
17e1e49814096a3daaa8e5a73acd56a0f30bdc18
/
.
/
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
;
}