Module Name: src Committed By: cliff Date: Wed Jan 13 09:40:09 UTC 2010
Added Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.h Log Message: - add autoconf.h, need mainbus_atach_args To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbmips/rmixl/autoconf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/sys/arch/evbmips/rmixl/autoconf.h diff -u /dev/null src/sys/arch/evbmips/rmixl/autoconf.h:1.1.2.1 --- /dev/null Wed Jan 13 09:40:09 2010 +++ src/sys/arch/evbmips/rmixl/autoconf.h Wed Jan 13 09:40:09 2010 @@ -0,0 +1,11 @@ +/* $NetBSD: autoconf.h,v 1.1.2.1 2010/01/13 09:40:09 cliff Exp $ */ + +#ifndef _EVBMIPS_RMIXL_AUTOCONF_H_ +#define _EVBMIPS_RMIXL_AUTOCONF_H_ + +struct mainbus_attach_args { + const char *ma_name; + int ma_core; +}; + +#endif /* _EVBMIPS_RMIXL_AUTOCONF_H_ */