qemu-e2k/stubs/bdrv-commit-all.c

8 lines
95 B
C

#include "qemu-common.h"
#include "block/block.h"
int bdrv_commit_all(void)
{
return 0;
}