summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-05-10 22:07:01 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-05-10 22:07:01 +0000
commit80cbb3c72f3277e7b7586a8ea3aa57559f5ee05a (patch)
tree5fd2eba8053860452b5a19020d7d03cf24b46ac5 /sys/arch
parentf26ef62c672b4c813643a8ffa06f37239e03ddb8 (diff)
More headers needed by userland.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/socppc/include/float.h3
-rw-r--r--sys/arch/socppc/include/ieee.h3
-rw-r--r--sys/arch/socppc/include/ieeefp.h3
-rw-r--r--sys/arch/socppc/include/profile.h3
4 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/float.h b/sys/arch/socppc/include/float.h
new file mode 100644
index 00000000000..939a9e8784e
--- /dev/null
+++ b/sys/arch/socppc/include/float.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: float.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */
+
+#include <powerpc/float.h>
diff --git a/sys/arch/socppc/include/ieee.h b/sys/arch/socppc/include/ieee.h
new file mode 100644
index 00000000000..dc0cf138db4
--- /dev/null
+++ b/sys/arch/socppc/include/ieee.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: ieee.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */
+
+#include <powerpc/ieee.h>
diff --git a/sys/arch/socppc/include/ieeefp.h b/sys/arch/socppc/include/ieeefp.h
new file mode 100644
index 00000000000..d489bd294fa
--- /dev/null
+++ b/sys/arch/socppc/include/ieeefp.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: ieeefp.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */
+
+#include <powerpc/ieeefp.h>
diff --git a/sys/arch/socppc/include/profile.h b/sys/arch/socppc/include/profile.h
new file mode 100644
index 00000000000..2b0b17415c6
--- /dev/null
+++ b/sys/arch/socppc/include/profile.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: profile.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */
+
+#include <powerpc/profile.h>