summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2011-04-30 16:08:44 +0000
committermiod <miod@openbsd.org>2011-04-30 16:08:44 +0000
commite5f0bf7fd921bfb5693c4538ef2ce699d9439d87 (patch)
treee4871f9c26ba1e38ab94904f8bb53766d32e13bc
parentNow that we use an array of u_short for the chunk bitmap change a few (diff)
downloadwireguard-openbsd-e5f0bf7fd921bfb5693c4538ef2ce699d9439d87.tar.xz
wireguard-openbsd-e5f0bf7fd921bfb5693c4538ef2ce699d9439d87.zip
Use cons_decl() instead of rolling our own cn* prototypes
-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 *);