xref: /netbsd-src/sys/arch/evbmips/rmixl/autoconf.h (revision 3e67b5126ddeb22e44fbc51a3d61ae7f945500d3)
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