1192161Sgonzo/*-
2192161Sgonzo * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org>
3192161Sgonzo * All rights reserved.
4192161Sgonzo *
5192161Sgonzo * Redistribution and use in source and binary forms, with or without
6192161Sgonzo * modification, are permitted provided that the following conditions
7192161Sgonzo * are met:
8192161Sgonzo * 1. Redistributions of source code must retain the above copyright
9192161Sgonzo *    notice unmodified, this list of conditions, and the following
10192161Sgonzo *    disclaimer.
11192161Sgonzo * 2. Redistributions in binary form must reproduce the above copyright
12192161Sgonzo *    notice, this list of conditions and the following disclaimer in the
13192161Sgonzo *    documentation and/or other materials provided with the distribution.
14192161Sgonzo *
15192161Sgonzo * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16192161Sgonzo * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17192161Sgonzo * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18192161Sgonzo * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19192161Sgonzo * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20192161Sgonzo * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21192161Sgonzo * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22192161Sgonzo * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23192161Sgonzo * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24192161Sgonzo * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25192161Sgonzo * SUCH DAMAGE.
26192161Sgonzo */
27192161Sgonzo
28192161Sgonzo#ifndef __AR71XX_PCI_BUS_SPACEH__
29192161Sgonzo#define __AR71XX_PCI_BUS_SPACEH__
30192161Sgonzo
31192161Sgonzoextern bus_space_tag_t ar71xx_bus_space_pcimem;
32192161Sgonzo
33192161Sgonzo#endif /* __AR71XX_PCI_BUS_SPACEH__ */
34