diff options
Diffstat (limited to 'riscv/riscv-probe/libfemto/include/spinlock.h')
| -rw-r--r-- | riscv/riscv-probe/libfemto/include/spinlock.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/riscv/riscv-probe/libfemto/include/spinlock.h b/riscv/riscv-probe/libfemto/include/spinlock.h new file mode 100644 index 0000000..c11200f --- /dev/null +++ b/riscv/riscv-probe/libfemto/include/spinlock.h @@ -0,0 +1,6 @@ +// See LICENSE for license details. +#pragma once + +#ifdef __riscv +#include <arch/riscv/spinlock.h> +#endif |
