diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:26:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:26:27 +0000 |
commit | 8eec392465d86ee95c60098e2a65f78e8eab7349 (patch) | |
tree | 90603aacfa9c653613ed9c041eac40d0034071de /sys/arch/loongson/include/float.h | |
parent | 939c809d67949175b01736f862b0bcea33f0aee6 (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/float.h')
-rw-r--r-- | sys/arch/loongson/include/float.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/float.h b/sys/arch/loongson/include/float.h new file mode 100644 index 00000000000..4c419500b7d --- /dev/null +++ b/sys/arch/loongson/include/float.h @@ -0,0 +1,3 @@ +/* $OpenBSD: float.h,v 1.1 2009/07/31 09:26:25 miod Exp $ */ +/* public domain */ +#include <mips64/float.h> |