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