Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys/arch/sun2/include Just include a common header.



details:   https://anonhg.NetBSD.org/src/rev/4493530e5700
branches:  nathanw_sa
changeset: 504810:4493530e5700
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Jun 27 19:19:23 2001 +0000

description:
Just include a common header.

diffstat:

 sys/arch/sun2/include/cpu.h        |  3 +++
 sys/arch/sun2/include/kbd.h        |  3 +++
 sys/arch/sun2/include/kbio.h       |  3 +++
 sys/arch/sun2/include/vuid_event.h |  3 +++
 4 files changed, 12 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 69c25bb76dca -r 4493530e5700 sys/arch/sun2/include/cpu.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/cpu.h       Wed Jun 27 19:19:23 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: cpu.h,v 1.3.8.2 2001/06/27 19:19:23 fredette Exp $     */
+
+#include <sun68k/cpu.h>
diff -r 69c25bb76dca -r 4493530e5700 sys/arch/sun2/include/kbd.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/kbd.h       Wed Jun 27 19:19:23 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: kbd.h,v 1.1.8.2 2001/06/27 19:19:24 fredette Exp $     */
+
+#include <dev/sun/kbd_reg.h>
diff -r 69c25bb76dca -r 4493530e5700 sys/arch/sun2/include/kbio.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/kbio.h      Wed Jun 27 19:19:23 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: kbio.h,v 1.1.8.2 2001/06/27 19:19:24 fredette Exp $    */
+
+#include <dev/sun/kbio.h>
diff -r 69c25bb76dca -r 4493530e5700 sys/arch/sun2/include/vuid_event.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun2/include/vuid_event.h        Wed Jun 27 19:19:23 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: vuid_event.h,v 1.1.8.2 2001/06/27 19:19:24 fredette Exp $      */
+
+#include <dev/sun/vuid_event.h>



Home | Main Index | Thread Index | Old Index