xref: /qemu/stubs/graph-lock.c (revision b8116f4cbaa0f64bb07564f20b3b5219e23c8bff)
1 #include "qemu/osdep.h"
2 #include "block/graph-lock.h"
3 
4 void register_aiocontext(AioContext *ctx)
5 {
6 }
7 
8 void unregister_aiocontext(AioContext *ctx)
9 {
10 }
11