xref: /linux/arch/x86/um/asm/spinlock.h (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
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