mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 06:04:24 +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)
|
|
{
|
|
}
|