summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/asm-prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/asm-prototypes.h')
-rw-r--r--arch/mips/include/asm/asm-prototypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/include/asm/asm-prototypes.h b/arch/mips/include/asm/asm-prototypes.h
new file mode 100644
index 000000000..f901ed043
--- /dev/null
+++ b/arch/mips/include/asm/asm-prototypes.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include <asm/checksum.h>
+#include <asm/page.h>
+#include <asm/fpu.h>
+#include <asm-generic/asm-prototypes.h>
+#include <linux/uaccess.h>
+#include <asm/ftrace.h>
+#include <asm/mmu_context.h>