blob: a8e0a95417ccede84f093f1b920d3a60a43fd7aa [file] [log] [blame]
Nikolay Nikolaev07a32d62014-05-27 15:07:10 +03001#include "qemu-common.h"
2#include "block/block.h"
3
4int bdrv_commit_all(void)
5{
6 return 0;
7}