Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/include Need these files present for ISA sup...



details:   https://anonhg.NetBSD.org/src/rev/c7463d282bf1
branches:  trunk
changeset: 572180:c7463d282bf1
user:      joff <joff%NetBSD.org@localhost>
date:      Thu Dec 23 04:36:18 2004 +0000

description:
Need these files present for ISA support

diffstat:

 sys/arch/evbarm/include/isa_machdep.h |  7 +++++++
 sys/arch/evbarm/include/pio.h         |  3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 9bf0ee9dc1ba -r c7463d282bf1 sys/arch/evbarm/include/isa_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/include/isa_machdep.h     Thu Dec 23 04:36:18 2004 +0000
@@ -0,0 +1,7 @@
+/* $NetBSD: isa_machdep.h,v 1.1 2004/12/23 04:36:18 joff Exp $ */
+
+#ifndef _EVBARM_ISA_MACHDEP_H_
+#define _EVBARM_ISA_MACHDEP_H_
+#include <arm/isa_machdep.h>
+
+#endif /* _EVBARM_ISA_MACHDEP_H_ */
diff -r 9bf0ee9dc1ba -r c7463d282bf1 sys/arch/evbarm/include/pio.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/include/pio.h     Thu Dec 23 04:36:18 2004 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: pio.h,v 1.1 2004/12/23 04:36:18 joff Exp $ */
+
+#include <arm/pio.h>



Home | Main Index | Thread Index | Old Index