mirror of
https://github.com/qemu/qemu.git
synced 2025-07-28 04:52:49 +00:00
11 lines
137 B
C
11 lines
137 B
C
#include "qemu-common.h"
|
|
#include "qemu/main-loop.h"
|
|
|
|
void qemu_mutex_lock_iothread(void)
|
|
{
|
|
}
|
|
|
|
void qemu_mutex_unlock_iothread(void)
|
|
{
|
|
}
|