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 10