ar71xx_pci_bus_space.h revision 192161
1219738Sume/*-
2219738Sume * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org>
3298107Sgjb * All rights reserved.
4219738Sume *
5219738Sume * Redistribution and use in source and binary forms, with or without
6219738Sume * modification, are permitted provided that the following conditions
7219738Sume * are met:
8219738Sume * 1. Redistributions of source code must retain the above copyright
9282434Sgjb *    notice unmodified, this list of conditions, and the following
10219738Sume *    disclaimer.
11219738Sume * 2. Redistributions in binary form must reproduce the above copyright
12219738Sume *    notice, this list of conditions and the following disclaimer in the
13219738Sume *    documentation and/or other materials provided with the distribution.
14219738Sume *
15219738Sume * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16219738Sume * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17219738Sume * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18219738Sume * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19219738Sume * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20219738Sume * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21219738Sume * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22219738Sume * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23219738Sume * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24219738Sume * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25219738Sume * SUCH DAMAGE.
26219738Sume */
27219738Sume
28219738Sume#ifndef __AR71XX_PCI_BUS_SPACEH__
29219738Sume#define __AR71XX_PCI_BUS_SPACEH__
30219738Sume
31219738Sumeextern bus_space_tag_t ar71xx_bus_space_pcimem;
32219738Sume
33219738Sume#endif /* __AR71XX_PCI_BUS_SPACEH__ */
34219738Sume