X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FMetronome.h;h=41fde89ad23e11dd7b5efcca37ad94f933b8698e;hb=99e8ed219f48b82694424e46c9512d4929d9d54e;hp=58e2aa9fb996d637ceaf1d6929ad480c5be2b888;hpb=8b13229b469f05ec22d76098b052bd6e943fecee;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/Metronome.h b/MdePkg/Include/Protocol/Metronome.h index 58e2aa9fb9..41fde89ad2 100644 --- a/MdePkg/Include/Protocol/Metronome.h +++ b/MdePkg/Include/Protocol/Metronome.h @@ -1,9 +1,9 @@ /** @file - Metronome Architectural Protocol as defined in DXE CIS + Metronome Architectural Protocol as defined in PI SPEC VOLUME 2 DXE This code abstracts the DXE core to provide delay services. - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,23 +12,20 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - @par Revision Reference: - Version 0.91B. - **/ #ifndef __ARCH_PROTOCOL_METRONOME_H__ #define __ARCH_PROTOCOL_METRONOME_H__ -// -// Global ID for the Metronome Architectural Protocol -// +/// +/// Global ID for the Metronome Architectural Protocol +/// #define EFI_METRONOME_ARCH_PROTOCOL_GUID \ { 0x26baccb2, 0x6f42, 0x11d4, {0xbc, 0xe7, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } } -// -// Declare forward reference for the Metronome Architectural Protocol -// +/// +/// Declare forward reference for the Metronome Architectural Protocol +/// typedef struct _EFI_METRONOME_ARCH_PROTOCOL EFI_METRONOME_ARCH_PROTOCOL; /**