summaryrefslogtreecommitdiff
path: root/klibc/include/arch/mips/machine/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/include/arch/mips/machine/asm.h')
-rw-r--r--klibc/include/arch/mips/machine/asm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/klibc/include/arch/mips/machine/asm.h b/klibc/include/arch/mips/machine/asm.h
new file mode 100644
index 0000000000..e5239a6cef
--- /dev/null
+++ b/klibc/include/arch/mips/machine/asm.h
@@ -0,0 +1,11 @@
+/*
+ * arch/mips/include/machine/asm.h
+ */
+
+#ifndef _MACHINE_ASM_H
+#define _MACHINE_ASM_H
+
+#include <asm/regdef.h>
+#include <asm/asm.h>
+
+#endif /* _MACHINE_ASM_H */