Sign in
qemu
/
qemu
/
6963b2c0545121b57d05bc3b3694c48e8ea4c1ad
/
.
/
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
;
}