mirror of https://github.com/xemu-project/xemu.git
8 lines
135 B
C
8 lines
135 B
C
![]() |
#include "qemu/osdep.h"
|
||
|
#include "block/block.h"
|
||
|
|
||
|
BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|