1164190Sjkoshy/*-
2164190Sjkoshy * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org>
3164190Sjkoshy * All rights reserved.
4164190Sjkoshy *
5164190Sjkoshy * Redistribution and use in source and binary forms, with or without
6164190Sjkoshy * modification, are permitted provided that the following conditions
7164190Sjkoshy * are met:
8164190Sjkoshy * 1. Redistributions of source code must retain the above copyright
9164190Sjkoshy *    notice unmodified, this list of conditions, and the following
10164190Sjkoshy *    disclaimer.
11164190Sjkoshy * 2. Redistributions in binary form must reproduce the above copyright
12164190Sjkoshy *    notice, this list of conditions and the following disclaimer in the
13164190Sjkoshy *    documentation and/or other materials provided with the distribution.
14164190Sjkoshy *
15164190Sjkoshy * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16164190Sjkoshy * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17164190Sjkoshy * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18164190Sjkoshy * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19164190Sjkoshy * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20164190Sjkoshy * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21164190Sjkoshy * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22164190Sjkoshy * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23164190Sjkoshy * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24164190Sjkoshy * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25164190Sjkoshy * SUCH DAMAGE.
26164190Sjkoshy */
27164190Sjkoshy
28164190Sjkoshy#ifndef __AR71XX_PCI_BUS_SPACEH__
29164190Sjkoshy#define __AR71XX_PCI_BUS_SPACEH__
30164190Sjkoshy
31164190Sjkoshyextern bus_space_tag_t ar71xx_bus_space_pcimem;
32164190Sjkoshy
33164190Sjkoshy#endif /* __AR71XX_PCI_BUS_SPACEH__ */
34164190Sjkoshy