Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/rmi - add prototype for rmixl_eirr_ack()



details:   https://anonhg.NetBSD.org/src/rev/a30fccede1c3
branches:  trunk
changeset: 764218:a30fccede1c3
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 05:21:22 2011 +0000

description:
- add prototype for rmixl_eirr_ack()

diffstat:

 sys/arch/mips/rmi/rmixlvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dc01c49260dc -r a30fccede1c3 sys/arch/mips/rmi/rmixlvar.h
--- a/sys/arch/mips/rmi/rmixlvar.h      Thu Apr 14 05:20:52 2011 +0000
+++ b/sys/arch/mips/rmi/rmixlvar.h      Thu Apr 14 05:21:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rmixlvar.h,v 1.4 2011/03/18 00:58:54 cliff Exp $       */
+/*     $NetBSD: rmixlvar.h,v 1.5 2011/04/14 05:21:22 cliff Exp $       */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -164,6 +164,7 @@
 
 extern uint64_t rmixl_mfcr(u_int);
 extern void rmixl_mtcr(uint64_t, u_int);
+extern void rmixl_eirr_ack(uint64_t, uint64_t, uint64_t);
 
 
 /*



Home | Main Index | Thread Index | Old Index