aboutsummaryrefslogtreecommitdiff
path: root/stubs/blockdev-close-all-bdrv-states.c
blob: f1f1d9cdca8bf0e0652174b6f8639145db07fe85 (plain)
1
2
3
4
5
6
#include "qemu/osdep.h"
#include "block/block_int.h"

void blockdev_close_all_bdrv_states(void)
{
}