Sign in
fuchsia
/
third_party
/
qemu
/
062c73c51e19da0703d7505f9497a70e5398cf89
/
.
/
stubs
/
blk-commit-all.c
blob: e156c57f8d71bc28da1f20fdc56a94cab2644c15 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"sysemu/block-backend.h"
int
blk_commit_all
(
void
)
{
return
0
;
}