elf: add arm note types
[qemu/ar7.git] / stubs / iothread-lock.c
blobdda6f6b58dcb72342b6fc824dd943ada1ce35f48
1 #include "qemu-common.h"
2 #include "qemu/main-loop.h"
4 bool qemu_mutex_iothread_locked(void)
6 return true;
9 void qemu_mutex_lock_iothread(void)
13 void qemu_mutex_unlock_iothread(void)