graph-lock.c 150 B

12345678910
  1. #include "qemu/osdep.h"
  2. #include "block/graph-lock.h"
  3. void register_aiocontext(AioContext *ctx)
  4. {
  5. }
  6. void unregister_aiocontext(AioContext *ctx)
  7. {
  8. }