Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
qemu
/
aacfd8bbaf99444f84b408e6b052651fb8056c41
/
.
/
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
;
}