Sign in
fuchsia
/
third_party
/
qemu
/
84f82ddcbb4ac4ed04c8675e85155329f23184f0
/
.
/
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
();
}