qemu-e2k/stubs/blk-commit-all.c

8 lines
102 B
C

#include "qemu/osdep.h"
#include "sysemu/block-backend.h"
int blk_commit_all(void)
{
return 0;
}