mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-18 09:19:53 +00: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;
|
||
|
}
|