autoconf.h revision 1.1
11.1Sphx/* $NetBSD: autoconf.h,v 1.1 2011/12/17 20:20:37 phx Exp $ */
21.1Sphx
31.1Sphx/*-
41.1Sphx * Copyright (c) 2011 Frank Wille.
51.1Sphx * All rights reserved.
61.1Sphx *
71.1Sphx * Written by Frank Wille for The NetBSD Project.
81.1Sphx *
91.1Sphx * Redistribution and use in source and binary forms, with or without
101.1Sphx * modification, are permitted provided that the following conditions
111.1Sphx * are met:
121.1Sphx * 1. Redistributions of source code must retain the above copyright
131.1Sphx *    notice, this list of conditions and the following disclaimer.
141.1Sphx * 2. Redistributions in binary form must reproduce the above copyright
151.1Sphx *    notice, this list of conditions and the following disclaimer in the
161.1Sphx *    documentation and/or other materials provided with the distribution.
171.1Sphx *
181.1Sphx * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
191.1Sphx * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
201.1Sphx * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
211.1Sphx * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
221.1Sphx * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
231.1Sphx * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
241.1Sphx * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
251.1Sphx * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
261.1Sphx * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
271.1Sphx * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
281.1Sphx * POSSIBILITY OF SUCH DAMAGE.
291.1Sphx */
301.1Sphx
311.1Sphx#include <sys/bus.h>
321.1Sphx
331.1Sphxstruct mainbus_attach_args {
341.1Sphx	const char		*ma_name;
351.1Sphx	bus_space_tag_t		ma_bst;
361.1Sphx	bus_addr_t		ma_addr;
371.1Sphx};
38