aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mmiowb.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mmiowb.h')
-rw-r--r--arch/mips/include/asm/mmiowb.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mmiowb.h b/arch/mips/include/asm/mmiowb.h
new file mode 100644
index 000000000000..a40824e3ef8e
--- /dev/null
+++ b/arch/mips/include/asm/mmiowb.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_MMIOWB_H
+#define _ASM_MMIOWB_H
+
+#include <asm/io.h>
+
+#define mmiowb() iobarrier_w()
+
+#include <asm-generic/mmiowb.h>
+
+#endif /* _ASM_MMIOWB_H */