14562236bSHarry Wentland /*
24562236bSHarry Wentland  * Copyright 2012-15 Advanced Micro Devices, Inc.
34562236bSHarry Wentland  *
44562236bSHarry Wentland  * Permission is hereby granted, free of charge, to any person obtaining a
54562236bSHarry Wentland  * copy of this software and associated documentation files (the "Software"),
64562236bSHarry Wentland  * to deal in the Software without restriction, including without limitation
74562236bSHarry Wentland  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
84562236bSHarry Wentland  * and/or sell copies of the Software, and to permit persons to whom the
94562236bSHarry Wentland  * Software is furnished to do so, subject to the following conditions:
104562236bSHarry Wentland  *
114562236bSHarry Wentland  * The above copyright notice and this permission notice shall be included in
124562236bSHarry Wentland  * all copies or substantial portions of the Software.
134562236bSHarry Wentland  *
144562236bSHarry Wentland  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154562236bSHarry Wentland  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164562236bSHarry Wentland  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
174562236bSHarry Wentland  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
184562236bSHarry Wentland  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
194562236bSHarry Wentland  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
204562236bSHarry Wentland  * OTHER DEALINGS IN THE SOFTWARE.
214562236bSHarry Wentland  *
224562236bSHarry Wentland  * Authors: AMD
234562236bSHarry Wentland  *
244562236bSHarry Wentland  */
254562236bSHarry Wentland 
264562236bSHarry Wentland #ifndef __DAL_TYPES_H__
274562236bSHarry Wentland #define __DAL_TYPES_H__
284562236bSHarry Wentland 
294562236bSHarry Wentland #include "signal_types.h"
304562236bSHarry Wentland #include "dc_types.h"
314562236bSHarry Wentland 
324562236bSHarry Wentland struct dal_logger;
334562236bSHarry Wentland struct dc_bios;
344562236bSHarry Wentland 
354562236bSHarry Wentland enum dce_version {
364562236bSHarry Wentland 	DCE_VERSION_UNKNOWN = (-1),
37f233c098SMauro Rossi 	DCE_VERSION_6_0,
38f233c098SMauro Rossi 	DCE_VERSION_6_1,
39f233c098SMauro Rossi 	DCE_VERSION_6_4,
404562236bSHarry Wentland 	DCE_VERSION_8_0,
41ebfdf0d0SAlex Deucher 	DCE_VERSION_8_1,
42ebfdf0d0SAlex Deucher 	DCE_VERSION_8_3,
434562236bSHarry Wentland 	DCE_VERSION_10_0,
444562236bSHarry Wentland 	DCE_VERSION_11_0,
454562236bSHarry Wentland 	DCE_VERSION_11_2,
460c75d5acSJerry (Fangzhi) Zuo 	DCE_VERSION_11_22,
472c8ad2d5SAlex Deucher 	DCE_VERSION_12_0,
48b8b6ce89SLeo Li 	DCE_VERSION_12_1,
4943193c79SAMD\ktsao 	DCE_VERSION_MAX,
50ff5ef992SAlex Deucher 	DCN_VERSION_1_0,
510e3d73f1SBhawanpreet Lakha 	DCN_VERSION_1_01,
5297930145SHarry Wentland 	DCN_VERSION_2_0,
533f68c01bSZhan Liu 	DCN_VERSION_2_01,
54e22ece54SBhawanpreet Lakha 	DCN_VERSION_2_1,
557c40270bSBhawanpreet Lakha 	DCN_VERSION_3_0,
563a83e4e6SRoman Li 	DCN_VERSION_3_01,
5736d26912SBhawanpreet Lakha 	DCN_VERSION_3_02,
58cd6d421eSAurabindo Pillai 	DCN_VERSION_3_03,
59d997ea5cSNicholas Kazlauskas 	DCN_VERSION_3_1,
60*5439c41aSRoman Li 	DCN_VERSION_3_14,
61574dce2dSQingqing Zhuo 	DCN_VERSION_3_15,
62de7cc1b4SPrike Liang 	DCN_VERSION_3_16,
6379b470e5SAurabindo Pillai 	DCN_VERSION_3_2,
6479b470e5SAurabindo Pillai 	DCN_VERSION_3_21,
65ff5ef992SAlex Deucher 	DCN_VERSION_MAX
664562236bSHarry Wentland };
674562236bSHarry Wentland 
684562236bSHarry Wentland #endif /* __DAL_TYPES_H__ */
69