xref: /kvm-unit-tests/lib/riscv/asm/spinlock.h (revision 4cdd2731bfaa151de8c8ab96efbf1b4848ede537)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef _ASMRISCV_SPINLOCK_H_
3 #define _ASMRISCV_SPINLOCK_H_
4 
5 #include <asm-generic/spinlock.h>
6 
7 #endif /* _ASMRISCV_SPINLOCK_H_ */
8