summaryrefslogtreecommitdiff
path: root/sys/arch/sh/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-04-30 16:08:45 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-04-30 16:08:45 +0000
commit76de34806021c53eff0d74a2ca1b4860c7d9f8ee (patch)
tree530c85bcff3ca3da6f99a3cc1807127c036a177f /sys/arch/sh/dev
parent7fafa37e2a2a60b497715fdff9a6891f0d2f9333 (diff)
Use cons_decl() instead of rolling our own cn* prototypes
Diffstat (limited to 'sys/arch/sh/dev')
-rw-r--r--sys/arch/sh/dev/scif.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/sh/dev/scif.c b/sys/arch/sh/dev/scif.c
index 7e832f7678c..e3ec42245e1 100644
--- a/sys/arch/sh/dev/scif.c
+++ b/sys/arch/sh/dev/scif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scif.c,v 1.14 2010/07/02 17:27:01 nicm Exp $ */
+/* $OpenBSD: scif.c,v 1.15 2011/04/30 16:08:44 miod Exp $ */
/* $NetBSD: scif.c,v 1.47 2006/07/23 22:06:06 ad Exp $ */
/*-
@@ -121,11 +121,7 @@
void scifstart(struct tty *);
int scifparam(struct tty *, struct termios *);
-void scifcnprobe(struct consdev *);
-void scifcninit(struct consdev *);
-void scifcnputc(dev_t, int);
-int scifcngetc(dev_t);
-void scifcnpoolc(dev_t, int);
+cons_decl(scif);
void scif_intr_init(void);
int scifintr(void *);