xref: /linux/arch/x86/um/asm/spinlock.h (revision d30c1683aaecb93d2ab95685dc4300a33d3cea7a)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_UM_SPINLOCK_H
3 #define __ASM_UM_SPINLOCK_H
4 
5 #include <asm/qspinlock.h>
6 #include <asm/qrwlock.h>
7 
8 #endif /* __ASM_UM_SPINLOCK_H */
9