qcacmn: Update UIO info for DP data rings

Update UIO info for DP data rings.

Change-Id: I0c6e8c8e59aefb373dc024d91eb1379ed7564f31
CRs-Fixed: 3623839
This commit is contained in:
Himanshu Batra
2023-07-03 18:31:29 +05:30
committed by Rahul Choudhary
부모 63788401a2
커밋 3efaabd704
10개의 변경된 파일389개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -2737,4 +2737,12 @@ void wlan_cfg_set_ast_indication_disable(struct wlan_cfg_dp_soc_ctxt *cfg,
* Return: true or false
*/
bool wlan_cfg_get_ast_indication_disable(struct wlan_cfg_dp_soc_ctxt *cfg);
/**
* wlan_cfg_get_dp_soc_dpdk_cfg - Return soc dpdk config
* @psoc: psoc object
*
* Return: dpdk_cfg
*/
int wlan_cfg_get_dp_soc_dpdk_cfg(struct cdp_ctrl_objmgr_psoc *psoc);
#endif /*__WLAN_CFG_H*/