1*45e15c1aSGuo Ren /* SPDX-License-Identifier: GPL-2.0 */
2*45e15c1aSGuo Ren 
3*45e15c1aSGuo Ren #ifndef __ASM_CSKY_SPINLOCK_TYPES_H
4*45e15c1aSGuo Ren #define __ASM_CSKY_SPINLOCK_TYPES_H
5*45e15c1aSGuo Ren 
6*45e15c1aSGuo Ren #include <asm-generic/qspinlock_types.h>
7*45e15c1aSGuo Ren #include <asm-generic/qrwlock_types.h>
8*45e15c1aSGuo Ren 
9*45e15c1aSGuo Ren #endif /* __ASM_CSKY_SPINLOCK_TYPES_H */
10