xref: /netbsd-src/sys/arch/hpcmips/include/autoconf.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: autoconf.h,v 1.5 2008/04/28 20:23:21 martin Exp $	*/
2db2b0adeStakemura 
3961880b5Such /*-
4961880b5Such  * Copyright (c) 1999 The NetBSD Foundation, Inc.
5db2b0adeStakemura  * All rights reserved.
6db2b0adeStakemura  *
7961880b5Such  * This code is derived from software contributed to The NetBSD Foundation
8961880b5Such  * by UCHIYAMA Yasushi.
9961880b5Such  *
10db2b0adeStakemura  * Redistribution and use in source and binary forms, with or without
11db2b0adeStakemura  * modification, are permitted provided that the following conditions
12db2b0adeStakemura  * are met:
13db2b0adeStakemura  * 1. Redistributions of source code must retain the above copyright
14db2b0adeStakemura  *    notice, this list of conditions and the following disclaimer.
15961880b5Such  * 2. Redistributions in binary form must reproduce the above copyright
16961880b5Such  *    notice, this list of conditions and the following disclaimer in the
17961880b5Such  *    documentation and/or other materials provided with the distribution.
18db2b0adeStakemura  *
19961880b5Such  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20961880b5Such  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21961880b5Such  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22961880b5Such  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23961880b5Such  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24961880b5Such  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25961880b5Such  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26961880b5Such  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27961880b5Such  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28961880b5Such  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29961880b5Such  * POSSIBILITY OF SUCH DAMAGE.
30db2b0adeStakemura  */
31961880b5Such 
32db2b0adeStakemura struct mainbus_attach_args {
33db2b0adeStakemura 	const char *ma_name;		/* device name */
34db2b0adeStakemura         bus_space_tag_t ma_iot;
35db2b0adeStakemura };
36