Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include catch up with *_intr_string() changes



details:   https://anonhg.NetBSD.org/src/rev/95b3f6ad9993
branches:  trunk
changeset: 795048:95b3f6ad9993
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Mar 30 20:06:50 2014 +0000

description:
catch up with *_intr_string() changes

diffstat:

 sys/arch/mips/include/isa_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5edf98a9f07 -r 95b3f6ad9993 sys/arch/mips/include/isa_machdep.h
--- a/sys/arch/mips/include/isa_machdep.h       Sun Mar 30 16:03:56 2014 +0000
+++ b/sys/arch/mips/include/isa_machdep.h       Sun Mar 30 20:06:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isa_machdep.h,v 1.6 2014/03/29 19:28:29 christos Exp $ */
+/* $NetBSD: isa_machdep.h,v 1.7 2014/03/30 20:06:50 macallan Exp $ */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
        void    (*ic_intr_disestablish)(void *, void *);
        int     (*ic_intr_alloc)(void *, int, int, int *);
 
-       const char *(*ic_intr_string)(void *, int);
+       const char *(*ic_intr_string)(void *, int, char *, size_t);
        void    (*ic_detach_hook)(isa_chipset_tag_t, device_t);
 };
 



Home | Main Index | Thread Index | Old Index