aboutsummaryrefslogtreecommitdiff
path: root/stubs/blk-commit-all.c
blob: 76b08275a5c7e7755175ab84be1bd8ac3106c6c9 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "system/block-backend.h"

int blk_commit_all(void)
{
    return 0;
}