![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 0004 * Copyright (C) 2019-2020 Linaro Ltd. 0005 */ 0006 #ifndef _IPA_VERSION_H_ 0007 #define _IPA_VERSION_H_ 0008 0009 /** 0010 * enum ipa_version 0011 * @IPA_VERSION_3_0: IPA version 3.0/GSI version 1.0 0012 * @IPA_VERSION_3_1: IPA version 3.1/GSI version 1.1 0013 * @IPA_VERSION_3_5: IPA version 3.5/GSI version 1.2 0014 * @IPA_VERSION_3_5_1: IPA version 3.5.1/GSI version 1.3 0015 * @IPA_VERSION_4_0: IPA version 4.0/GSI version 2.0 0016 * @IPA_VERSION_4_1: IPA version 4.1/GSI version 2.0 0017 * @IPA_VERSION_4_2: IPA version 4.2/GSI version 2.2 0018 * @IPA_VERSION_4_5: IPA version 4.5/GSI version 2.5 0019 * @IPA_VERSION_4_7: IPA version 4.7/GSI version 2.7 0020 * @IPA_VERSION_4_9: IPA version 4.9/GSI version 2.9 0021 * @IPA_VERSION_4_11: IPA version 4.11/GSI version 2.11 (2.1.1) 0022 * 0023 * Defines the version of IPA (and GSI) hardware present on the platform. 0024 * Please update ipa_version_valid() and ipa_version_string() whenever a 0025 * new version is added. 0026 */ 0027 enum ipa_version { 0028 IPA_VERSION_3_0, 0029 IPA_VERSION_3_1, 0030 IPA_VERSION_3_5, 0031 IPA_VERSION_3_5_1, 0032 IPA_VERSION_4_0, 0033 IPA_VERSION_4_1, 0034 IPA_VERSION_4_2, 0035 IPA_VERSION_4_5, 0036 IPA_VERSION_4_7, 0037 IPA_VERSION_4_9, 0038 IPA_VERSION_4_11, 0039 }; 0040 0041 #endif /* _IPA_VERSION_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |