8 lines
95 B
C
8 lines
95 B
C
|
#include "qemu-common.h"
|
||
|
#include "block/block.h"
|
||
|
|
||
|
int bdrv_commit_all(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|