qcacmn: Add code to remove void pointer usage

Add code to remove void pointer usage for hal_soc
and introduce opaque pointer to be used intead of void
from dp layer into hal layer

Change-Id: Ia38571174c6ed79558d0f0c9cd1a0f4afaa66483
CRs-Fixed: 2480857
Šī revīzija ir iekļauta:
Akshay Kosigi
2019-06-10 23:14:52 +05:30
revīziju iesūtīja nshrivas
vecāks 383b6d5095
revīzija 6a206753d6
11 mainīti faili ar 222 papildinājumiem un 134 dzēšanām

Parādīt failu

@@ -117,7 +117,7 @@ uint32_t dp_reo_status_ring_handler(struct dp_intr *int_ctx, struct dp_soc *soc)
num = reo_status.fl_queue_status.header.cmd_num;
break;
case HAL_REO_FLUSH_CACHE_STATUS_TLV:
hal_reo_flush_cache_status(reo_desc, soc->hal_soc,
hal_reo_flush_cache_status(reo_desc,
&reo_status.fl_cache_status,
soc->hal_soc);
num = reo_status.fl_cache_status.header.cmd_num;