Sign in
qemu-android
/
qemu-android
/
e49f35bdb4974d6cfd7e5eb5cb9f8c50eef3f3a9
/
.
/
stubs
/
bdrv-commit-all.c
blob: a8e0a95417ccede84f093f1b920d3a60a43fd7aa [
file
]
#include
"qemu-common.h"
#include
"block/block.h"
int
bdrv_commit_all
(
void
)
{
return
0
;
}