historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/stubs/bdrv-next-monitor-owned.c

8 lines
135 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#include "qemu/osdep.h"
#include "block/block.h"
BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
{
return NULL;
}