qcacmn: device ID and target type checks for ipq5018 target

Initial changes for ipq5018 compilation.
Added device ID and target type checks for ipq5018 traget.

Change-Id: Ib86a371fbe66749fcb6d114e7a4a9931b684e03d
This commit is contained in:
Basamma Yakkanahalli
2020-03-19 10:58:12 +05:30
committed by nshrivas
parent 925a7d389c
commit 9def5df14a
18 changed files with 166 additions and 12 deletions

View File

@@ -44,6 +44,7 @@ extern struct targetdef_s *IPQ4019_TARGETdef;
extern struct targetdef_s *QCA8074_TARGETdef;
extern struct targetdef_s *QCA8074V2_TARGETDEF;
extern struct targetdef_s *QCA6018_TARGETDEF;
extern struct targetdef_s *QCA5018_TARGETDEF;
extern struct targetdef_s *QCN9000_TARGETDEF;
extern struct ce_reg_def *AR6002_CE_TARGETdef;
@@ -65,6 +66,7 @@ extern struct ce_reg_def *IPQ4019_CE_TARGETdef;
extern struct ce_reg_def *QCA8074_CE_TARGETdef;
extern struct ce_reg_def *QCA8074V2_CE_TARGETDEF;
extern struct ce_reg_def *QCA6018_CE_TARGETDEF;
extern struct ce_reg_def *QCA5018_CE_TARGETDEF;
extern struct ce_reg_def *QCN9000_CE_TARGETDEF;