Sign in
qemu
/
qemu
/
5f810b912eea7d91c55927a1bde94f61d7c9e8a0
/
.
/
stubs
/
blk-commit-all.c
blob: 76b08275a5c7e7755175ab84be1bd8ac3106c6c9 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"system/block-backend.h"
int
blk_commit_all
(
void
)
{
return
0
;
}