qcacmn: converge target type defines for both MCL and WIN
Converge definitions of target types for both MCL and WIN. Change-Id: I501d39ff5989747ddd22b08cb390bb4601c5dd0b CRs-Fixed: 2484512
This commit is contained in:

committed by
nshrivas

szülő
a46da42b53
commit
ad55b14e32
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -24,35 +24,12 @@ extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* Header files */
|
||||
#include "bmi_msg.h"
|
||||
|
||||
/* TARGET definition needs to be abstracted in fw common
|
||||
* header files, below is the placeholder till WIN codebase
|
||||
* moved to latest copy of fw common header files.
|
||||
*/
|
||||
#ifdef CONFIG_WIN
|
||||
#define TARGET_TYPE_UNKNOWN 0
|
||||
#define TARGET_TYPE_AR6001 1
|
||||
#define TARGET_TYPE_AR6002 2
|
||||
#define TARGET_TYPE_AR6003 3
|
||||
#define TARGET_TYPE_AR6004 5
|
||||
#define TARGET_TYPE_AR6006 6
|
||||
#define TARGET_TYPE_AR9888 7
|
||||
#define TARGET_TYPE_AR900B 9
|
||||
#define TARGET_TYPE_QCA9984 10
|
||||
#define TARGET_TYPE_IPQ4019 11
|
||||
#define TARGET_TYPE_QCA9888 12
|
||||
/* For attach Peregrine 2.0 board target_reg_tbl only */
|
||||
#define TARGET_TYPE_AR9888V2 13
|
||||
/* For attach Rome1.0 target_reg_tbl only*/
|
||||
#define TARGET_TYPE_AR6320V1 14
|
||||
/* For Rome2.0/2.1 target_reg_tbl ID*/
|
||||
#define TARGET_TYPE_AR6320V2 15
|
||||
/* For Rome3.0 target_reg_tbl ID*/
|
||||
#define TARGET_TYPE_AR6320V3 16
|
||||
/* For Tufello1.0 target_reg_tbl ID*/
|
||||
#define TARGET_TYPE_QCA9377V1 17
|
||||
#endif /* CONFIG_WIN */
|
||||
#define TARGET_TYPE_AR6320 8
|
||||
/* For Adrastea target */
|
||||
#define TARGET_TYPE_ADRASTEA 19
|
||||
#ifndef TARGET_TYPE_QCA8074
|
||||
|
Reference in New Issue
Block a user