]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/bdrv-commit-all.c
stubs: Clean up includes
[mirror_qemu.git] / stubs / bdrv-commit-all.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "block/block.h"
4
5 int bdrv_commit_all(void)
6 {
7 return 0;
8 }