aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/csky/include/asm/spinlock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/include/asm/spinlock_types.h')
-rw-r--r--arch/csky/include/asm/spinlock_types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/csky/include/asm/spinlock_types.h b/arch/csky/include/asm/spinlock_types.h
new file mode 100644
index 000000000000..75bdf3af80ba
--- /dev/null
+++ b/arch/csky/include/asm/spinlock_types.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __ASM_CSKY_SPINLOCK_TYPES_H
+#define __ASM_CSKY_SPINLOCK_TYPES_H
+
+#include <asm-generic/qspinlock_types.h>
+#include <asm-generic/qrwlock_types.h>
+
+#endif /* __ASM_CSKY_SPINLOCK_TYPES_H */