]> Git Repo - qemu.git/blame - stubs/iothread-lock.c
target-ppc: Fix remaining microcontroller typos among models
[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}
This page took 0.05604 seconds and 4 git commands to generate.