qcacmn: Add hif support for qca8074v2

Add new target type for qca8074v2 and extend target
type checks of QCA8074 for QCA8074V2.

Change-Id: Ib3ff4505e2057fc843b492b9720004dcac042a65
CRs-Fixed: 2292271
This commit is contained in:
Venkateswara Swamy Bandaru
2018-08-07 13:01:50 +05:30
committed by nshrivas
parent ef65ce37d7
commit dbacd5e70f
11 changed files with 57 additions and 22 deletions

View File

@@ -39,5 +39,6 @@ extern struct hostdef_s *QCA6390_HOSTdef;
extern struct hostdef_s *IPQ4019_HOSTdef;
#endif
extern struct hostdef_s *QCA8074_HOSTdef;
extern struct hostdef_s *QCA8074V2_HOSTDEF;
#endif