Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/mainbus Add prototypes for lpt_port_test() ...



details:   https://anonhg.NetBSD.org/src/rev/19cbc75c66cb
branches:  trunk
changeset: 522370:19cbc75c66cb
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Feb 17 23:45:29 2002 +0000

description:
Add prototypes for lpt_port_test() and lptprobe().

diffstat:

 sys/arch/acorn32/mainbus/lpt_pioc.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5572fe5c4dce -r 19cbc75c66cb sys/arch/acorn32/mainbus/lpt_pioc.c
--- a/sys/arch/acorn32/mainbus/lpt_pioc.c       Sun Feb 17 23:37:18 2002 +0000
+++ b/sys/arch/acorn32/mainbus/lpt_pioc.c       Sun Feb 17 23:45:29 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_pioc.c,v 1.2 2001/11/27 00:53:11 thorpej Exp $     */
+/*     $NetBSD: lpt_pioc.c,v 1.3 2002/02/17 23:45:29 bjh21 Exp $       */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe
@@ -48,6 +48,9 @@
 
 /* Prototypes for functions */
 
+static int lpt_port_test __P((bus_space_tag_t, bus_space_handle_t, bus_addr_t,
+    bus_size_t,        u_char, u_char));
+static int lptprobe __P((bus_space_tag_t, u_int));
 static int  lpt_pioc_probe  __P((struct device *, struct cfdata *, void *));
 static void lpt_pioc_attach __P((struct device *, struct device *, void *));
 



Home | Main Index | Thread Index | Old Index