mirror of
https://github.com/qemu/qemu.git
synced 2024-11-27 22:03:35 +08:00
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;
|
||
|
}
|