qcacld-3.0: Make sure to initialize global target_if before soc create

Make sure to initialize global target_if before soc create
as part of this psoc notifications are registered.

Change-Id: Id5491a2aac49450774532fe69ee24e18c9a7c594
CRs-Fixed: 2351426
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h
index 7a6e48b..5953c83 100644
--- a/core/wma/inc/wma.h
+++ b/core/wma/inc/wma.h
@@ -2590,4 +2590,14 @@
  */
 uint8_t wma_rx_invalid_peer_ind(uint8_t vdev_id, void *wh);
 
+/**
+ * wma_get_psoc_from_scn_handle() - API to get psoc from scn handle
+ * @scn_handle: opaque wma handle
+ *
+ * API to get psoc from scn handle
+ *
+ * Return: psoc context or null in case of failure
+ */
+struct wlan_objmgr_psoc *wma_get_psoc_from_scn_handle(void *scn_handle);
+
 #endif