]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/iothread-lock.c
tests: add UHCI qtest
[mirror_qemu.git] / stubs / iothread-lock.c
CommitLineData
5708fc66
PB
1#include "qemu-common.h"
2#include "qemu/main-loop.h"
3
4void qemu_mutex_lock_iothread(void)
5{
6}
7
8void qemu_mutex_unlock_iothread(void)
9{
10}