Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dnard/include re-add asm.h to get arch/dnard to com...



details:   https://anonhg.NetBSD.org/src/rev/627a6fac5fe9
branches:  trunk
changeset: 515850:627a6fac5fe9
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat Oct 06 00:27:59 2001 +0000

description:
re-add asm.h to get arch/dnard to compile again; it links to the
arch/arm/arm32's asm.h.

diffstat:

 sys/arch/dnard/include/asm.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (7 lines):

diff -r a9bf3859fde2 -r 627a6fac5fe9 sys/arch/dnard/include/asm.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/dnard/include/asm.h      Sat Oct 06 00:27:59 2001 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: asm.h,v 1.3 2001/10/06 00:27:59 reinoud Exp $  */
+
+#include <arm/asm.h>



Home | Main Index | Thread Index | Old Index