summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-08-28 15:41:09 +0000
committerimp <imp@FreeBSD.org>2015-08-28 15:41:09 +0000
commit9b66762ac32b2e564cea06b3e9ab95ce07891c4e (patch)
tree034b1b6726f6844e4d20e348380d3e68c185a67f /sys/pc98
parente6a408eac51bd505990a8af7d987029e101fe69f (diff)
downloadFreeBSD-src-9b66762ac32b2e564cea06b3e9ab95ce07891c4e.zip
FreeBSD-src-9b66762ac32b2e564cea06b3e9ab95ce07891c4e.tar.gz
Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.
This allows the owc module to compile on pc98 and seems preferable to adding another special case in the build system.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/ofw_machdep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/include/ofw_machdep.h b/sys/pc98/include/ofw_machdep.h
new file mode 100644
index 0000000..196a396
--- /dev/null
+++ b/sys/pc98/include/ofw_machdep.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <i386/ofw_machdep.h>
OpenPOWER on IntegriCloud