summaryrefslogtreecommitdiff
path: root/sys/dev/isa/elink.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/elink.h')
-rw-r--r--sys/dev/isa/elink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/elink.h b/sys/dev/isa/elink.h
index e4934ef09d0..8284f39c38b 100644
--- a/sys/dev/isa/elink.h
+++ b/sys/dev/isa/elink.h
@@ -35,5 +35,5 @@
#define ELINK_507_POLY 0xe7
#define ELINK_509_POLY 0xcf
-void elink_reset __P((bus_chipset_tag_t, bus_io_handle_t, int));
-void elink_idseq __P((bus_chipset_tag_t, bus_io_handle_t, u_char p));
+void elink_reset __P((bus_space_tag_t, bus_space_handle_t, int));
+void elink_idseq __P((bus_space_tag_t, bus_space_handle_t, u_char p));