1191289Sgonzo/*-
2191289Sgonzo * Copyright (c) 2009, Oleksandr Tymoshenko <gonzo@FreeBSD.org>
3191289Sgonzo * All rights reserved.
4191289Sgonzo *
5191289Sgonzo * Redistribution and use in source and binary forms, with or without
6191289Sgonzo * modification, are permitted provided that the following conditions
7191289Sgonzo * are met:
8191289Sgonzo * 1. Redistributions of source code must retain the above copyright
9191289Sgonzo *    notice unmodified, this list of conditions, and the following
10191289Sgonzo *    disclaimer.
11191289Sgonzo * 2. Redistributions in binary form must reproduce the above copyright
12191289Sgonzo *    notice, this list of conditions and the following disclaimer in the
13191289Sgonzo *    documentation and/or other materials provided with the distribution.
14191289Sgonzo *
15191289Sgonzo * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16191289Sgonzo * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17191289Sgonzo * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18191289Sgonzo * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19191289Sgonzo * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20191289Sgonzo * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21191289Sgonzo * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22191289Sgonzo * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23191289Sgonzo * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24191289Sgonzo * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25191289Sgonzo * SUCH DAMAGE.
26191289Sgonzo */
27191289Sgonzo
28191289Sgonzo#ifndef __AR71XX_BUS_SPACE_REVERSEDH__
29191289Sgonzo#define __AR71XX_BUS_SPACE_REVERSEDH__
30191289Sgonzo
31191289Sgonzoextern bus_space_tag_t ar71xx_bus_space_reversed;
32191289Sgonzo
33191289Sgonzo#endif /* __AR71XX_BUS_SPACE_REVERSEDH__ */
34