qcacld-3.0: Provide hif runtime suspend resume apis

hif runtime suspend resume is identical to a regular bus suspend
resume, but provide a different api just in case this changes.

Change-Id: If069df7733d6a1ebe38d356ac5bdd4e2a250118b
CRs-Fixed: 935300
此提交包含在:
Houston Hoffman
2015-11-10 16:47:27 -08:00
提交者 Akash Patel
父節點 47ee8ca308
當前提交 f2936d19bc
共有 3 個檔案被更改,包括 47 行新增3 行删除

查看文件

@@ -684,6 +684,8 @@ void hif_runtime_pm_set_state_inprogress(void);
void hif_runtime_pm_set_state_on(void);
void hif_enable_power_management(void *hif_ctx);
int hif_runtime_suspend(void);
int hif_runtime_resume(void);
int hif_bus_resume(void);
int hif_bus_suspend(void);
void hif_vote_link_down(void);