xref: /qemu/stubs/blk-commit-all.c (revision 7f6314427e78283f84e6f1b425a122b260a6ac50)
1 #include "qemu/osdep.h"
2 #include "system/block-backend.h"
3 
4 int blk_commit_all(void)
5 {
6     return 0;
7 }
8