X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FInclude%2FProtocol%2FArmScmiClockProtocol.h;fp=ArmPkg%2FInclude%2FProtocol%2FArmScmiClockProtocol.h;h=cd62f05a58fdc62c7781691d317f9e2db23a4687;hp=85b5b8d1e764e3d963eb8a97b5d46e24022a9033;hb=bd8efb4f8e805337599e2fe7eb2b84bb5b38e282;hpb=1f93d0c5a3159ef7a3d1a45c659f8b43c00aa522 diff --git a/ArmPkg/Include/Protocol/ArmScmiClockProtocol.h b/ArmPkg/Include/Protocol/ArmScmiClockProtocol.h index 85b5b8d1e7..cd62f05a58 100644 --- a/ArmPkg/Include/Protocol/ArmScmiClockProtocol.h +++ b/ArmPkg/Include/Protocol/ArmScmiClockProtocol.h @@ -22,11 +22,11 @@ extern EFI_GUID gArmScmiClockProtocolGuid; // Message Type for clock management protocol. typedef enum { - SCMI_MESSAGE_ID_CLOCK_ATTRIBUTES = 0x3, - SCMI_MESSAGE_ID_CLOCK_DESCRIBE_RATES = 0x4, - SCMI_MESSAGE_ID_CLOCK_RATE_SET = 0x5, - SCMI_MESSAGE_ID_CLOCK_RATE_GET = 0x6, - SCMI_MESSAGE_ID_CLOCK_CONFIG_SET = 0x7 + ScmiMessageIdClockAttributes = 0x3, + ScmiMessageIdClockDescribeRates = 0x4, + ScmiMessageIdClockRateSet = 0x5, + ScmiMessageIdClockRateGet = 0x6, + ScmiMessageIdClockConfigSet = 0x7 } SCMI_MESSAGE_ID_CLOCK; typedef enum {