Home | History | Annotate | Line # | Download | only in rmixl
      1 /*	$NetBSD: autoconf.h,v 1.2 2011/02/20 07:48:35 matt Exp $	*/
      2 
      3 #ifndef _EVBMIPS_RMIXL_AUTOCONF_H_
      4 #define _EVBMIPS_RMIXL_AUTOCONF_H_
      5 
      6 struct mainbus_softc {
      7 	device_t	sc_dev;
      8 	int		sc_node_next;
      9 	uint64_t	sc_node_mask;
     10 };
     11 
     12 struct mainbus_attach_args {
     13 	const char     *ma_name;
     14 	int		ma_node;
     15 };
     16 
     17 #endif	/* _EVBMIPS_RMIXL_AUTOCONF_H_ */
     18