summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-02-05 13:55:47 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-02-05 13:55:47 +0000
commitf22c8310afc9379993ec89e01bbe4c7b4e156876 (patch)
tree01d1735de864652b71bbffaf54141fee695fcc85 /sys/dev/ic
parent449ccfb5ae6c45a4f4364c9fb9fd07d87b0b2204 (diff)
repair suspend/activate; extern rlnstop, rlninit
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/rlnvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/rlnvar.h b/sys/dev/ic/rlnvar.h
index 34217a41d75..ad5a37a56f3 100644
--- a/sys/dev/ic/rlnvar.h
+++ b/sys/dev/ic/rlnvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rlnvar.h,v 1.2 1999/08/19 06:17:04 d Exp $ */
+/* $OpenBSD: rlnvar.h,v 1.3 2000/02/05 13:55:46 d Exp $ */
/*
* David Leonard <d@openbsd.org>, 1999. Public domain.
*
@@ -81,6 +81,8 @@ struct rln_mm_cmd; /* fwd decl */
void rlnconfig __P((struct rln_softc *));
int rlnintr __P((void *));
+void rlninit __P((struct rln_softc *));
+void rlnstop __P((struct rln_softc *));
void rlnread __P((struct rln_softc *, struct rln_mm_cmd *, int));
int rln_enable __P((struct rln_softc *, int));
int rln_reset __P((struct rln_softc *));