qcacmn: Export the bus type

Currently only ol_target_failure needs to query the bus type,
but when usb and sdio busses are added there will be more
external checks based on the bus type.

Change-Id: I48172a918e75ff3a6e56fae5c311ae999efa607e
CRs-Fixed: 986480
This commit is contained in:
Houston Hoffman
2016-03-14 21:11:44 -07:00
کامیت شده توسط Vishwajith Upendra
والد 26352594d9
کامیت 60a1eeb69f
2فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -491,6 +491,7 @@ void hif_lro_flush_cb_register(struct hif_opaque_softc *scn,
void (handler)(void *), void *data);
void hif_lro_flush_cb_deregister(struct hif_opaque_softc *scn);
bool hif_needs_bmi(struct hif_opaque_softc *scn);
enum qdf_bus_type hif_get_bus_type(struct hif_opaque_softc *hif_hdl);
struct hif_target_info *hif_get_target_info_handle(struct hif_opaque_softc *
scn);
struct hif_config_info *hif_get_ini_handle(struct hif_opaque_softc *scn);