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