#ifndef HTC_USB_H
#define HTC_USB_H
#define FIRMWARE_AR7010_1_1 …
#define FIRMWARE_AR9271 …
#define MAJOR_VERSION_REQ …
#define MINOR_VERSION_REQ …
#define FIRMWARE_MINOR_IDX_MAX …
#define FIRMWARE_MINOR_IDX_MIN …
#define HTC_FW_PATH …
#define HTC_9271_MODULE_FW …
#define HTC_7010_MODULE_FW …
extern int htc_use_dev_fw;
#define IS_AR7010_DEVICE(_v) …
#define AR9271_FIRMWARE …
#define AR9271_FIRMWARE_TEXT …
#define AR7010_FIRMWARE_TEXT …
#define FIRMWARE_DOWNLOAD …
#define FIRMWARE_DOWNLOAD_COMP …
#define ATH_USB_RX_STREAM_MODE_TAG …
#define ATH_USB_TX_STREAM_MODE_TAG …
#define MAX_TX_URB_NUM …
#define MAX_TX_BUF_NUM …
#define MAX_TX_BUF_SIZE …
#define MAX_TX_AGGR_NUM …
#define MAX_RX_URB_NUM …
#define MAX_RX_BUF_SIZE …
#define MAX_PKT_NUM_IN_TRANSFER …
#define MAX_REG_OUT_URB_NUM …
#define MAX_REG_IN_URB_NUM …
#define MAX_REG_IN_BUF_SIZE …
#define USB_WLAN_TX_PIPE …
#define USB_WLAN_RX_PIPE …
#define USB_REG_IN_PIPE …
#define USB_REG_OUT_PIPE …
#define USB_MSG_TIMEOUT …
#define HIF_USB_MAX_RXPIPES …
#define HIF_USB_MAX_TXPIPES …
struct tx_buf { … };
struct rx_buf { … };
#define HIF_USB_TX_STOP …
#define HIF_USB_TX_FLUSH …
struct hif_usb_tx { … };
struct cmd_buf { … };
#define HIF_USB_START …
#define HIF_USB_READY …
struct hif_device_usb { … };
int ath9k_hif_usb_init(void);
void ath9k_hif_usb_exit(void);
void ath9k_hif_usb_dealloc_urbs(struct hif_device_usb *hif_dev);
#endif