summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/qrwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/qrwlock.h')
-rw-r--r--arch/sparc/include/asm/qrwlock.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/qrwlock.h b/arch/sparc/include/asm/qrwlock.h
new file mode 100644
index 000000000..c27772915
--- /dev/null
+++ b/arch/sparc/include/asm/qrwlock.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_SPARC_QRWLOCK_H
+#define _ASM_SPARC_QRWLOCK_H
+
+#include <asm-generic/qrwlock_types.h>
+#include <asm-generic/qrwlock.h>
+
+#endif /* _ASM_SPARC_QRWLOCK_H */