Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/include PR7812: add prototype for sysarch(); ...



details:   https://anonhg.NetBSD.org/src/rev/6794fbcdbad0
branches:  trunk
changeset: 473869:6794fbcdbad0
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Jun 20 15:26:38 1999 +0000

description:
PR7812: add prototype for sysarch(); fixes build of libarch on arm32

diffstat:

 sys/arch/arm32/include/sysarch.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8cbe399b5028 -r 6794fbcdbad0 sys/arch/arm32/include/sysarch.h
--- a/sys/arch/arm32/include/sysarch.h  Sun Jun 20 08:54:13 1999 +0000
+++ b/sys/arch/arm32/include/sysarch.h  Sun Jun 20 15:26:38 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysarch.h,v 1.4 1997/10/14 09:20:35 mark Exp $ */
+/*     $NetBSD: sysarch.h,v 1.5 1999/06/20 15:26:38 sommerfeld Exp $   */
 
 /*
  * Copyright (c) 1996-1997 Mark Brinicombe.
@@ -50,6 +50,7 @@
 #ifndef _KERNEL
 int arm32_sync_icache          __P((u_int addr, int len));
 int arm32_drain_writebuf       __P((void));
+int sysarch                    __P((int, void *));
 #endif
 
 #endif /* !_ARM32_SYSARCH_H_ */



Home | Main Index | Thread Index | Old Index