Module Name: src
Committed By: cliff
Date: Thu Apr 14 05:21:22 UTC 2011
Modified Files:
src/sys/arch/mips/rmi: rmixlvar.h
Log Message:
- add prototype for rmixl_eirr_ack()
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/rmi/rmixlvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/rmi/rmixlvar.h
diff -u src/sys/arch/mips/rmi/rmixlvar.h:1.4 src/sys/arch/mips/rmi/rmixlvar.h:1.5
--- src/sys/arch/mips/rmi/rmixlvar.h:1.4 Fri Mar 18 00:58:54 2011
+++ src/sys/arch/mips/rmi/rmixlvar.h Thu Apr 14 05:21:22 2011
@@ -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);
/*