summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-04-08 03:38:13 +0000
committernyan <nyan@FreeBSD.org>2005-04-08 03:38:13 +0000
commit7e0854e7cdcb93f66159d0523305ef1797de2670 (patch)
treed23934a1a7d57ea498057160580e6483cfc7b99e /sys/pc98
parent7bac02c1465f16f80ca4f8673c20be951b6922a0 (diff)
downloadFreeBSD-src-7e0854e7cdcb93f66159d0523305ef1797de2670.zip
FreeBSD-src-7e0854e7cdcb93f66159d0523305ef1797de2670.tar.gz
Fix pc98 includes.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/apicreg.h (renamed from sys/pc98/include/pcaudio.h)4
-rw-r--r--sys/pc98/include/apicvar.h (renamed from sys/pc98/include/pvct_ioctl.h)4
-rw-r--r--sys/pc98/include/ioctl_bt848.h6
-rw-r--r--sys/pc98/include/ioctl_meteor.h6
-rw-r--r--sys/pc98/include/pcaudioio.h6
-rw-r--r--sys/pc98/include/pcvt_ioctl.h6
-rw-r--r--sys/pc98/include/smptests.h6
7 files changed, 34 insertions, 4 deletions
diff --git a/sys/pc98/include/pcaudio.h b/sys/pc98/include/apicreg.h
index 7f40bf9..3bac552 100644
--- a/sys/pc98/include/pcaudio.h
+++ b/sys/pc98/include/apicreg.h
@@ -1,6 +1,6 @@
/*-
* This file is in the public domain.
*/
-/* $FreeBSD$ */
+/* $FreeBSD$
-#include <i386/pcaudio.h>
+#include <i386/apicreg.h>
diff --git a/sys/pc98/include/pvct_ioctl.h b/sys/pc98/include/apicvar.h
index 2fe6169..0008595 100644
--- a/sys/pc98/include/pvct_ioctl.h
+++ b/sys/pc98/include/apicvar.h
@@ -1,6 +1,6 @@
/*-
* This file is in the public domain.
*/
-/* $FreeBSD$ */
+/* $FreeBSD$
-#include <i386/pvct_ioctl.h>
+#include <i386/apicvar.h>
diff --git a/sys/pc98/include/ioctl_bt848.h b/sys/pc98/include/ioctl_bt848.h
new file mode 100644
index 0000000..1e53307
--- /dev/null
+++ b/sys/pc98/include/ioctl_bt848.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/ioctl_bt848.h>
diff --git a/sys/pc98/include/ioctl_meteor.h b/sys/pc98/include/ioctl_meteor.h
new file mode 100644
index 0000000..afc795d
--- /dev/null
+++ b/sys/pc98/include/ioctl_meteor.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/ioctl_meteor.h>
diff --git a/sys/pc98/include/pcaudioio.h b/sys/pc98/include/pcaudioio.h
new file mode 100644
index 0000000..f51a614
--- /dev/null
+++ b/sys/pc98/include/pcaudioio.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/pcaudioio.h>
diff --git a/sys/pc98/include/pcvt_ioctl.h b/sys/pc98/include/pcvt_ioctl.h
new file mode 100644
index 0000000..140d909
--- /dev/null
+++ b/sys/pc98/include/pcvt_ioctl.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/pcvt_ioctl.h>
diff --git a/sys/pc98/include/smptests.h b/sys/pc98/include/smptests.h
new file mode 100644
index 0000000..45e7cb8
--- /dev/null
+++ b/sys/pc98/include/smptests.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$
+
+#include <i386/smptests.h>
OpenPOWER on IntegriCloud