X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FMetronome.h;h=58a9c5ff365234fd8c5716fb55295ad9d600cbe0;hb=1f08a159034549216eccfd533b50b712d944d844;hp=41fde89ad23e11dd7b5efcca37ad94f933b8698e;hpb=99e8ed219f48b82694424e46c9512d4929d9d54e;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/Metronome.h b/MdePkg/Include/Protocol/Metronome.h index 41fde89ad2..58a9c5ff36 100644 --- a/MdePkg/Include/Protocol/Metronome.h +++ b/MdePkg/Include/Protocol/Metronome.h @@ -57,9 +57,6 @@ EFI_STATUS IN UINT32 TickNumber ); -// -// - /** Interface stucture for the Metronome Architectural Protocol. @@ -74,17 +71,17 @@ EFI_STATUS function and the first tick is between 0 and TickPeriod 100 nS units. If you want to guarantee that at least TickPeriod time has elapsed, wait for two ticks. - - @param TickPeriod - The period of platform's known time source in 100 nS units. - This value on any platform must be at least 10 uS, and must not - exceed 200 uS. The value in this field is a constant that must - not be modified after the Metronome architectural protocol is - installed. All consumers must treat this as a read-only field. - **/ struct _EFI_METRONOME_ARCH_PROTOCOL { EFI_METRONOME_WAIT_FOR_TICK WaitForTick; + + /// + /// The period of platform's known time source in 100 nS units. + /// This value on any platform must be at least 10 uS, and must not + /// exceed 200 uS. The value in this field is a constant that must + /// not be modified after the Metronome architectural protocol is + /// installed. All consumers must treat this as a read-only field. + /// UINT32 TickPeriod; };