Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/podulebus Add prototype for sbicdumpstate().



details:   https://anonhg.NetBSD.org/src/rev/4acb823f89d9
branches:  trunk
changeset: 522406:4acb823f89d9
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Feb 18 13:15:15 2002 +0000

description:
Add prototype for sbicdumpstate().
Add in-core RCSID.

diffstat:

 sys/arch/acorn32/podulebus/sbic.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r a549d43df985 -r 4acb823f89d9 sys/arch/acorn32/podulebus/sbic.c
--- a/sys/arch/acorn32/podulebus/sbic.c Mon Feb 18 13:11:07 2002 +0000
+++ b/sys/arch/acorn32/podulebus/sbic.c Mon Feb 18 13:15:15 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbic.c,v 1.1 2001/10/05 22:27:58 reinoud Exp $ */
+/* $NetBSD: sbic.c,v 1.2 2002/02/18 13:15:15 bjh21 Exp $ */
 
 /*
  * Copyright (c) 2001 Richard Earnshaw
@@ -83,8 +83,10 @@
 
 #include "opt_ddb.h"
 
-#include <sys/types.h>
 #include <sys/param.h>
+
+__RCSID("$NetBSD: sbic.c,v 1.2 2002/02/18 13:15:15 bjh21 Exp $");
+
 #include <sys/systm.h>
 #include <sys/callout.h>
 #include <sys/kernel.h> /* For hz */
@@ -169,6 +171,7 @@
 int    data_pointer_debug = 0;
 u_char debug_asr, debug_csr, routine;
 
+void sbicdumpstate     (void);
 void sbictimeout       (struct sbic_softc *);
 void sbic_dump         (struct sbic_softc *);
 void sbic_dump_acb     (struct sbic_acb *);



Home | Main Index | Thread Index | Old Index