summaryrefslogtreecommitdiffstats
path: root/sys/pc98/linux
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-01 23:19:43 +0000
committerimp <imp@FreeBSD.org>2005-04-01 23:19:43 +0000
commit35414c889448765b282e4b0b1b70ad61d1f66522 (patch)
tree5aae2c8c5fcc6cef6a74b2a23346778a63a1e9cf /sys/pc98/linux
parentaba0fc4be085c4a2229c310dddea6654a9f558d6 (diff)
downloadFreeBSD-src-35414c889448765b282e4b0b1b70ad61d1f66522.zip
FreeBSD-src-35414c889448765b282e4b0b1b70ad61d1f66522.tar.gz
Add reach-over include files to read i386/foo.h. In time, the pc98
specific code will migrate to these files to augment or replace the version in i386/include and/or i386/linux. This should, in the fullness of time, allow many of the #ifdef PC98 in the tree. # These files are in the public domain because there is insufficient # creative content in them. When you customize them, please add a # copyright notice and license. OK'd in principle by: nyan@
Diffstat (limited to 'sys/pc98/linux')
-rw-r--r--sys/pc98/linux/linux.h6
-rw-r--r--sys/pc98/linux/linux_ipc64.h6
-rw-r--r--sys/pc98/linux/linux_proto.h6
3 files changed, 18 insertions, 0 deletions
diff --git a/sys/pc98/linux/linux.h b/sys/pc98/linux/linux.h
new file mode 100644
index 0000000..d330a96
--- /dev/null
+++ b/sys/pc98/linux/linux.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/linux/linux.h>
diff --git a/sys/pc98/linux/linux_ipc64.h b/sys/pc98/linux/linux_ipc64.h
new file mode 100644
index 0000000..4fcdb64
--- /dev/null
+++ b/sys/pc98/linux/linux_ipc64.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/linux/linux_ipc64.h>
diff --git a/sys/pc98/linux/linux_proto.h b/sys/pc98/linux/linux_proto.h
new file mode 100644
index 0000000..f5ccdd1
--- /dev/null
+++ b/sys/pc98/linux/linux_proto.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/linux/linux_proto.h>
OpenPOWER on IntegriCloud