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