blob: 76b08275a5c7e7755175ab84be1bd8ac3106c6c9 [file] [log] [blame]
Max Reitzfe1a9cb2016-03-16 19:54:40 +01001#include "qemu/osdep.h"
Philippe Mathieu-Daudé32cad1f2024-12-03 15:20:13 +01002#include "system/block-backend.h"
Max Reitzfe1a9cb2016-03-16 19:54:40 +01003
4int blk_commit_all(void)
5{
6 return 0;
7}