Sign in
fuchsia
/
third_party
/
qemu
/
1148e4f4dc22f8efe3419fda4ca4f0a7369ef94a
/
.
/
stubs
/
iothread.c
blob: 8cc9e28c555521d72821d14f0d9a144d7d932561 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"block/aio.h"
#include
"qemu/main-loop.h"
AioContext
*
qemu_get_current_aio_context
(
void
)
{
return
qemu_get_aio_context
();
}