wlan:Add support to send SAP Restart Indication.

On non-android platforms, in AP-STA mode, incase
the STA does not come on the same channel as the SAP,
send a explicit SAP restart indication nl event
to the user-space.

CRs-Fixed: 720120
Change-Id: Id07610a4cf67c4b045674f65da32993a8ba4b6fb
diff --git a/CORE/HDD/inc/wlan_hdd_main.h b/CORE/HDD/inc/wlan_hdd_main.h
index a2ac416..1b9b5ad 100644
--- a/CORE/HDD/inc/wlan_hdd_main.h
+++ b/CORE/HDD/inc/wlan_hdd_main.h
@@ -1472,6 +1472,7 @@
 void hdd_deinit_batch_scan(hdd_adapter_t *pAdapter);
 
 #endif /*End of FEATURE_WLAN_BATCH_SCAN*/
+void wlan_hdd_send_svc_nlink_msg(int type, void *data, int len);
 
 boolean hdd_is_5g_supported(hdd_context_t * pHddCtx);