Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/ofw Add a local prototype for a called-from-asm...



details:   https://anonhg.NetBSD.org/src/rev/a785a8086e9c
branches:  trunk
changeset: 569682:a785a8086e9c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 29 17:36:46 2004 +0000

description:
Add a local prototype for a called-from-asm function.

diffstat:

 sys/arch/arm/ofw/ofw_irqhandler.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 23489a9e67df -r a785a8086e9c sys/arch/arm/ofw/ofw_irqhandler.c
--- a/sys/arch/arm/ofw/ofw_irqhandler.c Sun Aug 29 16:14:15 2004 +0000
+++ b/sys/arch/arm/ofw/ofw_irqhandler.c Sun Aug 29 17:36:46 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofw_irqhandler.c,v 1.3 2003/07/15 00:24:47 lukem Exp $ */
+/*     $NetBSD: ofw_irqhandler.c,v 1.4 2004/08/29 17:36:46 thorpej Exp $       */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_irqhandler.c,v 1.3 2003/07/15 00:24:47 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_irqhandler.c,v 1.4 2004/08/29 17:36:46 thorpej Exp $");
 
 #include "opt_irqstats.h"
 
@@ -472,6 +472,8 @@
  * found for an interrupt.
  */
 
+void   stray_irqhandler(u_int);        /* called from assembly */
+
 void
 stray_irqhandler(mask)
        u_int mask;



Home | Main Index | Thread Index | Old Index