Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/include Add ia64_handle_intr() declaration



details:   https://anonhg.NetBSD.org/src/rev/512af5f162fa
branches:  trunk
changeset: 822815:512af5f162fa
user:      scole <scole%NetBSD.org@localhost>
date:      Sat Apr 08 18:02:21 2017 +0000

description:
Add ia64_handle_intr() declaration

diffstat:

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

diffs (16 lines):

diff -r de902cc522f0 -r 512af5f162fa sys/arch/ia64/include/intr.h
--- a/sys/arch/ia64/include/intr.h      Sat Apr 08 18:01:22 2017 +0000
+++ b/sys/arch/ia64/include/intr.h      Sat Apr 08 18:02:21 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.5 2009/07/20 06:14:15 kiyohara Exp $        */
+/*     $NetBSD: intr.h,v 1.6 2017/04/08 18:02:21 scole Exp $   */
 
 /* XXX: cherry: To Be fixed when we switch on interrupts. */
 
@@ -69,5 +69,6 @@
 
 void *intr_establish(int, int, int, int (*)(void *), void *);
 void intr_disestablish(void *);
+void ia64_handle_intr(void *);
 
 #endif /* ! _IA64_INTR_H_ */



Home | Main Index | Thread Index | Old Index