synth/arm/lock.cc
Paul Mathieu f274749050 arm: add host uart driver tests
All host tests currently pass
Some async refactors may not work well on device, will try later
2023-06-02 23:33:01 -07:00

5 lines
82 B
C++

#include "lock.h"
#ifdef __x86_64__
std::recursive_mutex InterruptLock::m;
#endif