qcacmn: Interrupt handling support for chipset QCA8074

Changes to handle Interrupts for qca8074

Change-Id: I81d4b0722d56388cc7aca08484bd8957258621d1
Acked-by: Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>
CRs-Fixed: 1042915
Šī revīzija ir iekļauta:
Venkateswara Swamy Bandaru
2016-09-20 20:27:31 +05:30
vecāks 2aa2c6913e
revīzija 9fd9af065c
9 mainīti faili ar 211 papildinājumiem un 2 dzēšanām

Parādīt failu

@@ -62,6 +62,7 @@ typedef void *hif_handle_t;
#define HIF_TYPE_QCA9984 12
#define HIF_TYPE_IPQ4019 13
#define HIF_TYPE_QCA9888 14
#define HIF_TYPE_QCA8074 15
/* TARGET definition needs to be abstracted in fw common
* header files, below is the placeholder till WIN codebase
@@ -95,6 +96,9 @@ typedef void *hif_handle_t;
/* For Adrastea target */
#define TARGET_TYPE_ADRASTEA 19
#endif /* CONFIG_WIN */
#ifndef TARGET_TYPE_QCA8074
#define TARGET_TYPE_QCA8074 20
#endif
struct CE_state;
#define CE_COUNT_MAX 12