Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / wlan / wlan_pci.h
1 /*
2  * @File: wlan_pci.h
3  * 
4  * @Abstract: 
5  * 
6  * @Notes:
7  * 
8  * Copyright (c) 2008 Atheros Communications Inc.
9  * All rights reserved.
10  *
11  */
12
13 #ifndef _WLAN_PCI_H
14 #define _WLAN_PCI_H
15
16 typedef int (*A_PCI_INIT_FUNC)(void);
17
18 //extern A_PCI_INIT_FUNC g_pci_init_func;
19
20 void wlan_pci_module_init(void);
21 void wlan_pci_register_drv(adf_drv_info_t *drv);
22 void wlan_pci_probe(void);
23 int  wlan_pci_config_write(int offset, a_uint32_t val, int width);
24 int  wlan_pci_config_read(int offset, int width);
25 void wlan_pci_isr();
26
27 #endif /* #ifndef _WLAN_PCI_H */