Home | History | Annotate | Line # | Download | only in include
autoconf.h revision 1.1
      1  1.1  soren /*	$NetBSD: autoconf.h,v 1.1 2000/03/19 23:07:45 soren Exp $	*/
      2  1.1  soren 
      3  1.1  soren #include <machine/bus.h>
      4  1.1  soren 
      5  1.1  soren struct mainbus_attach_args {
      6  1.1  soren 	char		*ma_name;
      7  1.1  soren 	unsigned long	ma_addr;
      8  1.1  soren 	bus_space_tag_t	ma_iot;
      9  1.1  soren 	bus_space_handle_t ma_ioh;
     10  1.1  soren 	int		ma_level;
     11  1.1  soren };
     12