qcacmn: Register fw down legacy callback with QDF

Register fw down legacy callback with QDF such that new UMAC
components can call QDF API to check if fw is down or not.

Change-Id: I8d68cb7625fd75aa90ba09adfe13955c5418b54f
CRs-Fixed: 2202605
This commit is contained in:
Rajeev Kumar
2018-03-08 13:37:16 -08:00
committed by nshrivas
parent b9e7d01e52
commit e7abced1a1
2 changed files with 3 additions and 3 deletions

View File

@@ -682,5 +682,5 @@ void qdf_get_random_bytes(void *buf, int nbytes)
*
* Return: none
*/
void qdf_register_fw_down_callback(qdf_is_fw_down_callback *is_fw_down);
void qdf_register_fw_down_callback(qdf_is_fw_down_callback is_fw_down);
#endif /*_QDF_UTIL_H*/