diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 03:54:35 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 03:54:35 +0000 |
commit | b2c688ef49f012301d8942dc8ed12e72949ff371 (patch) | |
tree | 0455433f55dade3077bb68601c72f060f9342312 /sys/arch/pegasos/include/fpu.h | |
parent | f79a6bdb0ae6ab03bfb3c894821900a54da95f61 (diff) |
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.
Diffstat (limited to 'sys/arch/pegasos/include/fpu.h')
-rw-r--r-- | sys/arch/pegasos/include/fpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/pegasos/include/fpu.h b/sys/arch/pegasos/include/fpu.h new file mode 100644 index 00000000000..ab3b2efb658 --- /dev/null +++ b/sys/arch/pegasos/include/fpu.h @@ -0,0 +1,3 @@ +/* $OpenBSD: fpu.h,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ + +#include <powerpc/fpu.h> |