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