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