summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-08-06 20:51:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-08-06 20:51:45 +0000
commit01fe942fb8b37e9470c5963551efebfd980db1c1 (patch)
tree7d56c4790ac7f11cde02e18b2c789d772266d099 /sys
parentceef1d09983635235908e5fb5b8232bc1f49b4a7 (diff)
By popular demand and peer pressure, check-in work in progress work to support
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/loongson/include/loongson2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/loongson2.h b/sys/arch/loongson/include/loongson2.h
new file mode 100644
index 00000000000..cda2469aeef
--- /dev/null
+++ b/sys/arch/loongson/include/loongson2.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: loongson2.h,v 1.1.1.1 2009/08/06 20:51:44 miod Exp $ */
+/* public domain */
+#include <mips64/loongson2.h>