]> Git Repo - qemu.git/blame - stubs/iothread.c
scripts/checkpatch.pl: Enforce multiline comment syntax
[qemu.git] / stubs / iothread.c
CommitLineData
e4370165
PB
1#include "qemu/osdep.h"
2#include "block/aio.h"
3#include "qemu/main-loop.h"
4
5AioContext *qemu_get_current_aio_context(void)
6{
7 return qemu_get_aio_context();
8}
This page took 0.096902 seconds and 4 git commands to generate.