qcacmn: Add qcn9224defs for wkk v2

Added new file specific to qcn9224 v1 defs. Use qcn9224defs.c for v2.
Added changes specific to soc version check.

Change-Id: I5b6aedbb8aba2de847e0f4d47212a25b36bfa7c8
CRs-Fixed: 3243676
This commit is contained in:
Nidhi Jain
2022-07-26 12:36:17 +05:30
zatwierdzone przez Madan Koyyalamudi
rodzic 9e4b30c842
commit 18377a6679
7 zmienionych plików z 265 dodań i 0 usunięć

Wyświetl plik

@@ -1922,6 +1922,14 @@ void hif_allow_link_low_power_states(struct hif_opaque_softc *hif)
void *hif_get_dev_ba(struct hif_opaque_softc *hif_handle);
void *hif_get_dev_ba_ce(struct hif_opaque_softc *hif_handle);
/**
* hif_get_soc_version() - get soc major version from target info
* @hif_ctx - the HIF context
*
* Return: version number
*/
uint32_t hif_get_soc_version(struct hif_opaque_softc *hif_handle);
/**
* hif_set_initial_wakeup_cb() - set the initial wakeup event handler function
* @hif_ctx - the HIF context to assign the callback to