historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/stubs/blk-commit-all.c

8 lines
102 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#include "qemu/osdep.h"
#include "sysemu/block-backend.h"
int blk_commit_all(void)
{
return 0;
}