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