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