diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-22 18:12:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-22 18:12:45 +0000 |
commit | bb48452d0d2aa30bd893620bebe9c2ad6d9b4760 (patch) | |
tree | 2b56c98ef839fcdcb5725efb98bee5a0d051c4bb /sys/arch/loongson/include | |
parent | e4db543800ac6ccddbe1dbbd9aae852b02b093ad (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/arch/loongson/include')
-rw-r--r-- | sys/arch/loongson/include/sysarch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/sysarch.h b/sys/arch/loongson/include/sysarch.h new file mode 100644 index 00000000000..0e2d30b6b18 --- /dev/null +++ b/sys/arch/loongson/include/sysarch.h @@ -0,0 +1,3 @@ +/* $OpenBSD: sysarch.h,v 1.1.1.1 2009/11/22 18:12:44 miod Exp $ */ +/* public domain */ +#include <mips64/sysarch.h> |