qcacmn: Add CDP API to check if UMAC reset is in progress

Add CDP API to check if UMAC reset is in progress.

Change-Id: I9b5891f61278aa6be52ee2e8d5f9de3185d92eef
CRs-Fixed: 3475148
This commit is contained in:
Shashikala Prabhu
2023-05-03 15:04:38 +05:30
committed by Madan Koyyalamudi
parent 8b6fd27e6e
commit 65e8b2f3d8
5 changed files with 67 additions and 0 deletions

View File

@@ -953,6 +953,7 @@ struct cdp_ctrl_ops {
uint32_t *mask,
uint32_t *mask_cont);
#endif
bool (*umac_reset_is_inprogress)(struct cdp_soc_t *psoc);
};
struct cdp_me_ops {