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