1244197Sgonzo/*-
2244197Sgonzo * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org>
3244197Sgonzo * All rights reserved.
4244197Sgonzo *
5244197Sgonzo * Redistribution and use in source and binary forms, with or without
6244197Sgonzo * modification, are permitted provided that the following conditions
7244197Sgonzo * are met:
8244197Sgonzo * 1. Redistributions of source code must retain the above copyright
9244197Sgonzo *    notice unmodified, this list of conditions, and the following
10244197Sgonzo *    disclaimer.
11244197Sgonzo * 2. Redistributions in binary form must reproduce the above copyright
12244197Sgonzo *    notice, this list of conditions and the following disclaimer in the
13244197Sgonzo *    documentation and/or other materials provided with the distribution.
14244197Sgonzo *
15244197Sgonzo * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16244197Sgonzo * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17244197Sgonzo * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18244197Sgonzo * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19244197Sgonzo * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20244197Sgonzo * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21244197Sgonzo * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22244197Sgonzo * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23244197Sgonzo * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24244197Sgonzo * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25244197Sgonzo * SUCH DAMAGE.
26244197Sgonzo *
27244197Sgonzo * $FreeBSD$
28244197Sgonzo */
29244197Sgonzo
30244197Sgonzo#ifndef __VERSATILE_PCI_BUS_SPACEH__
31244197Sgonzo#define __VERSATILE_PCI_BUS_SPACEH__
32244197Sgonzo
33244197Sgonzoextern bus_space_tag_t versatile_bus_space_pcimem;
34244197Sgonzo
35244197Sgonzo#endif /* __VERSATILE_PCI_BUS_SPACEH__ */
36