Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/stubs/blk-commit-all.c
2023-03-06 14:48:14 +01:00

8 lines
102 B
C

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