aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/include/intr_machdep.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-04-01 23:19:43 +0000
committerWarner Losh <imp@FreeBSD.org>2005-04-01 23:19:43 +0000
commit4dd0942599dc773ee7a51589b775d9bc23b7b4ff (patch)
tree5aae2c8c5fcc6cef6a74b2a23346778a63a1e9cf /sys/pc98/include/intr_machdep.h
parent5cc3e8555fdddf27585c524f2a59283eb04ff244 (diff)
downloadsrc-4dd0942599dc773ee7a51589b775d9bc23b7b4ff.tar.gz
src-4dd0942599dc773ee7a51589b775d9bc23b7b4ff.zip
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@
Notes
Notes: svn path=/head/; revision=144513
Diffstat (limited to 'sys/pc98/include/intr_machdep.h')
-rw-r--r--sys/pc98/include/intr_machdep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/include/intr_machdep.h b/sys/pc98/include/intr_machdep.h
new file mode 100644
index 000000000000..9fccf8af6742
--- /dev/null
+++ b/sys/pc98/include/intr_machdep.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/intr_machdep.h>