1 /* $NetBSD: rsbus.h,v 1.1.4.3 2004/09/21 13:11:27 skrll Exp $ */
7 #include <sys/device.h>
10 #include <machine/bus.h>
14 bus_space_tag_t sc_iot
;
15 bus_space_handle_t sc_ioh
;
18 struct rsbus_attach_args
{
19 bus_space_tag_t sa_iot
; /* Bus tag */
20 bus_addr_t sa_addr
; /* i/o address */
25 #endif /* _RSBUS_H_ */