mirror of https://gitee.com/openkylin/qemu.git
8 lines
102 B
C
8 lines
102 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "sysemu/block-backend.h"
|
||
|
|
||
|
int blk_commit_all(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|