ar71xx_pci_bus_space.h revision 192161
1254885Sdumbbell/*-
2254885Sdumbbell * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org>
3254885Sdumbbell * All rights reserved.
4254885Sdumbbell *
5254885Sdumbbell * Redistribution and use in source and binary forms, with or without
6254885Sdumbbell * modification, are permitted provided that the following conditions
7254885Sdumbbell * are met:
8254885Sdumbbell * 1. Redistributions of source code must retain the above copyright
9254885Sdumbbell *    notice unmodified, this list of conditions, and the following
10254885Sdumbbell *    disclaimer.
11254885Sdumbbell * 2. Redistributions in binary form must reproduce the above copyright
12254885Sdumbbell *    notice, this list of conditions and the following disclaimer in the
13254885Sdumbbell *    documentation and/or other materials provided with the distribution.
14254885Sdumbbell *
15254885Sdumbbell * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16254885Sdumbbell * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17254885Sdumbbell * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18254885Sdumbbell * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19254885Sdumbbell * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20254885Sdumbbell * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21254885Sdumbbell * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22254885Sdumbbell * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23254885Sdumbbell * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24254885Sdumbbell * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25254885Sdumbbell * SUCH DAMAGE.
26254885Sdumbbell */
27254885Sdumbbell
28254885Sdumbbell#ifndef __AR71XX_PCI_BUS_SPACEH__
29254885Sdumbbell#define __AR71XX_PCI_BUS_SPACEH__
30254885Sdumbbell
31254885Sdumbbellextern bus_space_tag_t ar71xx_bus_space_pcimem;
32254885Sdumbbell
33254885Sdumbbell#endif /* __AR71XX_PCI_BUS_SPACEH__ */
34254885Sdumbbell