]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/ArmScmiDxe/ScmiPrivate.h
ArmPkg: Fix Ecc error 8005 for SCMI_PROTOCOL_ID
[mirror_edk2.git] / ArmPkg / Drivers / ArmScmiDxe / ScmiPrivate.h
index 7763c848aedc000ec86936936318c823094660d1..5f1225f54cd9760ae0b2b43610e5ee6bb0e8811c 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2017-2018, Arm Limited. All rights reserved.\r
+  Copyright (c) 2017-2021, Arm Limited. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 // SCMI protocol IDs.\r
 typedef enum {\r
-  SCMI_PROTOCOL_ID_BASE         = 0x10,\r
-  SCMI_PROTOCOL_ID_POWER_DOMAIN = 0x11,\r
-  SCMI_PROTOCOL_ID_SYSTEM_POWER = 0x12,\r
-  SCMI_PROTOCOL_ID_PERFORMANCE  = 0x13,\r
-  SCMI_PROTOCOL_ID_CLOCK        = 0x14,\r
-  SCMI_PROTOCOL_ID_SENSOR       = 0x15\r
+  ScmiProtocolIdBase        = 0x10,\r
+  ScmiProtocolIdPowerDomain = 0x11,\r
+  ScmiProtocolIdSystemPower = 0x12,\r
+  ScmiProtocolIdPerformance = 0x13,\r
+  ScmiProtocolIdClock       = 0x14,\r
+  ScmiProtocolIdSensor      = 0x15\r
 } SCMI_PROTOCOL_ID;\r
 \r
 // SCMI message types.\r