master
c 7 lines 102 Bytes
Raw
1 #include "qemu/osdep.h"
2 #include "system/block-backend.h"
3
4 int blk_commit_all(void)
5 {
6 return 0;
7 }