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