diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2003-02-15 02:28:22 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2003-02-15 02:28:22 +0000 |
| commit | 9dc8f99b73e912e3fc83bbc75191489934bda5a2 (patch) | |
| tree | d2dad10d8823492944b9aa9e6076300f982b9ea6 /sys/arch/macppc/dev | |
| parent | dc45690a3d32664905c90e5e7e788751909df849 (diff) | |
Add prototypes for ZS_TXDMA functions.
XXX Maybe we should have DMA hooks in MI z8530tty.
Diffstat (limited to 'sys/arch/macppc/dev')
| -rw-r--r-- | sys/arch/macppc/dev/zs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c index e251950fdfb..9e854fbb8aa 100644 --- a/sys/arch/macppc/dev/zs.c +++ b/sys/arch/macppc/dev/zs.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs.c,v 1.25 2003/01/28 12:35:32 pk Exp $ */ +/* $NetBSD: zs.c,v 1.26 2003/02/15 02:28:22 tsutsui Exp $ */ /* * Copyright (c) 1996, 1998 Bill Studenmund @@ -523,7 +523,6 @@ zs_txdma_int(arg) struct zsc_softc *zsc; struct zs_chanstate *cs; int unit = 0; /* XXX */ - extern int zstty_txdma_int(); zsc = zsc_cd.cd_devs[unit]; if (zsc == NULL) |
