11.14Smartin/*	$NetBSD: bus.h,v 1.14 2008/04/28 20:23:33 martin Exp $	*/
21.1Snonaka
31.1Snonaka/*-
41.13Sgarbled * Copyright (c) 2007 The NetBSD Foundation, Inc.
51.1Snonaka * All rights reserved.
61.1Snonaka *
71.1Snonaka * This code is derived from software contributed to The NetBSD Foundation
81.13Sgarbled * by Tim Rightnour
91.1Snonaka *
101.1Snonaka * Redistribution and use in source and binary forms, with or without
111.1Snonaka * modification, are permitted provided that the following conditions
121.1Snonaka * are met:
131.1Snonaka * 1. Redistributions of source code must retain the above copyright
141.1Snonaka *    notice, this list of conditions and the following disclaimer.
151.1Snonaka * 2. Redistributions in binary form must reproduce the above copyright
161.1Snonaka *    notice, this list of conditions and the following disclaimer in the
171.1Snonaka *    documentation and/or other materials provided with the distribution.
181.1Snonaka *
191.1Snonaka * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
201.1Snonaka * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
211.1Snonaka * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
221.1Snonaka * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
231.1Snonaka * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
241.1Snonaka * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251.1Snonaka * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
261.1Snonaka * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
271.1Snonaka * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
281.1Snonaka * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
291.1Snonaka * POSSIBILITY OF SUCH DAMAGE.
301.1Snonaka */
311.1Snonaka
321.1Snonaka#ifndef _PREP_BUS_H_
331.1Snonaka#define _PREP_BUS_H_
341.1Snonaka
351.13Sgarbled#include <powerpc/prep_bus.h>
361.1Snonaka
371.7Smatt#ifdef _KERNEL
381.12Sgarbledextern struct powerpc_bus_space prep_eisa_io_space_tag;
391.12Sgarbledextern struct powerpc_bus_space prep_eisa_mem_space_tag;
401.7Smatt#endif
411.10Sscw
421.10Sscw#include <powerpc/bus.h>
431.1Snonaka
441.1Snonaka#endif /* _PREP_BUS_H_ */
45