qcacmn: Pointerize more HIF apis
Pointerizing these apis is easier than removing external references or unifying them. Support multibus by pointerizing them. Change-Id: Iab86adf2076a082b75d9ba393123798e16f5b82e CRs-Fixed: 986480
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
4411ad4d0c
commit
8f239f67a2
@@ -103,5 +103,8 @@ void hif_target_write_checked(struct hif_softc *scn, uint32_t offset,
|
||||
hif_write32_mb((scn->mem) + (offset), value)
|
||||
#endif
|
||||
|
||||
void hif_irq_enable(struct hif_softc *scn, int irq_id);
|
||||
void hif_irq_disable(struct hif_softc *scn, int irq_id);
|
||||
|
||||
|
||||
#endif /* __HIF_IO32_H__ */
|
||||
|
Reference in New Issue
Block a user