diff options
| author | Poddar, Siddarth <siddpodd@codeaurora.org> | 2016-04-27 15:33:48 +0530 |
|---|---|---|
| committer | Vishwajith Upendra <vishwaji@codeaurora.org> | 2016-06-14 13:48:17 -0700 |
| commit | e41943f3a8c4b5046adaabf49e8181c117d7f4d2 (patch) | |
| tree | 3696ed6294b7c47fc28555f955007a5d483149a8 /hif/src/mp_dev.h | |
| parent | 3573f9537b34d5b18721969d416b737a52599115 (diff) | |
qcacmn: Add hif layer changes for sdio bus (Part 3 - HIF SDIO)
Abstract bus related functionalies to respective bus layer.
CRs-Fixed: 969334
Change-Id: Ie14970d69c0a8bf545d136480e4571352f2d4a26
Diffstat (limited to 'hif/src/mp_dev.h')
| -rw-r--r-- | hif/src/mp_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hif/src/mp_dev.h b/hif/src/mp_dev.h index 07a43cb50eb4..c09eabcab731 100644 --- a/hif/src/mp_dev.h +++ b/hif/src/mp_dev.h @@ -32,5 +32,5 @@ void priv_dump_agc(struct hif_softc *scn); void priv_start_cap_chaninfo(struct hif_softc *scn); void priv_dump_chaninfo(struct hif_softc *scn); void priv_dump_bbwatchdog(struct hif_softc *scn); -void hif_shut_down_device(struct hif_opaque_softc *scn); +void hif_shutdown_device(struct hif_opaque_softc *scn); #endif /* __MP_DEV_H__ */ |
