summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-10-17 08:58:57 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-10-17 08:58:57 +0000
commitaf2eaac9c4313fe0f6456ecfeabcef2a8d9f4284 (patch)
treedcadb996e7e2f59cf71abb69673a15b9f7017855 /sys/arch/macppc/dev
parentc0c1c56c0c8fdf1265a6d403e8a1fa041252df28 (diff)
Move declaration of default _vtbl members (wdc_default_*) to
wdcvar.h.
Diffstat (limited to 'sys/arch/macppc/dev')
-rw-r--r--sys/arch/macppc/dev/wdc_obio.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/macppc/dev/wdc_obio.c b/sys/arch/macppc/dev/wdc_obio.c
index c69182aa089..b96184253fd 100644
--- a/sys/arch/macppc/dev/wdc_obio.c
+++ b/sys/arch/macppc/dev/wdc_obio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdc_obio.c,v 1.22 2004/08/17 22:20:55 drahn Exp $ */
+/* $OpenBSD: wdc_obio.c,v 1.23 2004/10/17 08:58:56 grange Exp $ */
/* $NetBSD: wdc_obio.c,v 1.15 2001/07/25 20:26:33 bouyer Exp $ */
/*-
@@ -77,14 +77,6 @@ struct wdc_obio_softc {
u_int8_t wdc_obio_read_reg(struct channel_softc *, enum wdc_regs);
void wdc_obio_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
-void wdc_default_read_raw_multi_2(struct channel_softc *,
- void *, unsigned int);
-void wdc_default_write_raw_multi_2(struct channel_softc *,
- void *, unsigned int);
-void wdc_default_read_raw_multi_4(struct channel_softc *,
- void *, unsigned int);
-void wdc_default_write_raw_multi_4(struct channel_softc *,
- void *, unsigned int);
struct channel_softc_vtbl wdc_obio_vtbl = {
wdc_obio_read_reg,