qcacmn: Featurize EPPING Feature

Featurize EPPING Feature to compile
out in mission mode.

Change-Id: Iecbab88961034a5e5d2ab73b5b577e52cdb17873
CRs-Fixed: 2198847
diff --git a/hif/src/ce/ce_main.h b/hif/src/ce/ce_main.h
index 61fabea..bfc7665 100644
--- a/hif/src/ce/ce_main.h
+++ b/hif/src/ce/ce_main.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2018 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -218,4 +218,21 @@
 		struct shadow_reg_cfg **target_shadow_reg_cfg_v1_ret,
 		uint32_t *shadow_cfg_v1_sz_ret);
 
+#ifdef WLAN_FEATURE_EPPING
+void hif_ce_prepare_epping_config(struct HIF_CE_state *hif_state);
+void hif_select_epping_service_to_pipe_map(struct service_to_pipe
+					   **tgt_svc_map_to_use,
+					   uint32_t *sz_tgt_svc_map_to_use);
+
+#else
+static inline
+void hif_ce_prepare_epping_config(struct HIF_CE_state *hif_state)
+{ }
+static inline
+void hif_select_epping_service_to_pipe_map(struct service_to_pipe
+					   **tgt_svc_map_to_use,
+					   uint32_t *sz_tgt_svc_map_to_use)
+{ }
+#endif
+
 #endif /* __CE_H__ */