diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:09:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:09:33 +0000 |
commit | 58806199a27a33618130c673149435a910dafd8f (patch) | |
tree | d475aa60a3822ae99d124fcf491201d8d8c7320d /sys/arch/macppc | |
parent | 47a957f450fbd97a979c7c210f48839ac132adf7 (diff) |
Use cons_decl() to get console routine prototypes, instead of rolling our own.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/dev/zs.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c index 45e6c79477c..26fe41e94e5 100644 --- a/sys/arch/macppc/dev/zs.c +++ b/sys/arch/macppc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.19 2010/04/09 17:01:30 jasper Exp $ */ +/* $OpenBSD: zs.c,v 1.20 2010/11/22 21:09:32 miod Exp $ */ /* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */ /* @@ -175,11 +175,7 @@ void zssoft(void *); int zs_txdma_int(void *); #endif -void zscnprobe(struct consdev *); -void zscninit(struct consdev *); -int zscngetc(dev_t); -void zscnputc(dev_t, int); -void zscnpollc(dev_t, int); +cons_decl(zs); /* * Is the zs chip present? |