Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[pandora-kernel.git] / drivers / staging / ath6kl / include / common / AR6002 / hw4.0 / hw / apb_map.h
1 // ------------------------------------------------------------------
2 // Copyright (c) 2004-2010 Atheros Corporation.  All rights reserved.
3 // 
4 //
5 // Permission to use, copy, modify, and/or distribute this software for any
6 // purpose with or without fee is hereby granted, provided that the above
7 // copyright notice and this permission notice appear in all copies.
8 //
9 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 // ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 //
17 //
18 // ------------------------------------------------------------------
19 //===================================================================
20 // Author(s): ="Atheros"
21 //===================================================================
22
23
24 #ifdef WLAN_HEADERS
25
26 #include "apb_athr_wlan_map.h"
27
28
29 #ifndef BT_HEADERS
30
31 #define RTC_BASE_ADDRESS WLAN_RTC_BASE_ADDRESS
32 #define VMC_BASE_ADDRESS WLAN_VMC_BASE_ADDRESS
33 #define UART_BASE_ADDRESS WLAN_UART_BASE_ADDRESS
34 #define DBG_UART_BASE_ADDRESS WLAN_DBG_UART_BASE_ADDRESS
35 #define UMBOX_BASE_ADDRESS WLAN_UMBOX_BASE_ADDRESS
36 #define SI_BASE_ADDRESS WLAN_SI_BASE_ADDRESS
37 #define GPIO_BASE_ADDRESS WLAN_GPIO_BASE_ADDRESS
38 #define MBOX_BASE_ADDRESS WLAN_MBOX_BASE_ADDRESS
39 #define ANALOG_INTF_BASE_ADDRESS WLAN_ANALOG_INTF_BASE_ADDRESS
40 #define MAC_BASE_ADDRESS WLAN_MAC_BASE_ADDRESS
41 #define RDMA_BASE_ADDRESS WLAN_RDMA_BASE_ADDRESS
42
43
44 #endif
45 #endif
46
47
48