summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm/spinlock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/spinlock_types.h')
-rw-r--r--arch/openrisc/include/asm/spinlock_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/openrisc/include/asm/spinlock_types.h b/arch/openrisc/include/asm/spinlock_types.h
new file mode 100644
index 000000000000..7c6fb1208c88
--- /dev/null
+++ b/arch/openrisc/include/asm/spinlock_types.h
@@ -0,0 +1,7 @@
+#ifndef _ASM_OPENRISC_SPINLOCK_TYPES_H
+#define _ASM_OPENRISC_SPINLOCK_TYPES_H
+
+#include <asm/qspinlock_types.h>
+#include <asm/qrwlock_types.h>
+
+#endif /* _ASM_OPENRISC_SPINLOCK_TYPES_H */