qcacmn: Address win specific compilation issues

Fixing compliation issues due to fw common files which
are not yet converged.

Change-Id: I60c2045c0807e2700b548f3dfb9f07fe04eede46
Acked-by: Varsha Mishra <varsham@codeaurora.org>
CRs-Fixed: 1009050
diff --git a/hif/src/ce/ce_main.h b/hif/src/ce/ce_main.h
index 4344d27..79ed109 100644
--- a/hif/src/ce/ce_main.h
+++ b/hif/src/ce/ce_main.h
@@ -59,6 +59,15 @@
 	CE_ID_MAX
 };
 
+#ifdef CONFIG_WIN
+struct shadow_reg_cfg {
+	uint16_t ce_id;
+	uint16_t reg_offset;
+};
+
+#define QWLAN_VERSIONSTR "WIN"
+#endif
+
 enum ol_ath_hif_pkt_ecodes {
 	HIF_PIPE_NO_RESOURCE = 0
 };