]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Timer.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / Timer.h
index 4cc1f134446283265459a2f00b3b445931ae60e6..12d053d4becf2293345a9ecdd6e91c1ef651e8ed 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
-  Timer Architectural Protocol as defined in the DXE CIS\r
+  Timer Architectural Protocol as defined in PI Specification VOLUME 2 DXE\r
 \r
   This code is used to provide the timer tick for the DXE core.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -12,9 +12,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-  @par Revision Reference:\r
-  Version 0.91B.\r
-\r
 **/\r
 \r
 #ifndef __ARCH_PROTOCOL_TIMER_H__\r
@@ -37,10 +34,10 @@ typedef struct _EFI_TIMER_ARCH_PROTOCOL   EFI_TIMER_ARCH_PROTOCOL;
   of tyis type to be called for the timer interrupt, so it can know how much \r
   time has passed.  This information is used to signal timer based events.  \r
 \r
-  @param  Time             Time since the last timer interrupt in 100 ns units. This will\r
-                           typically be TimerPeriod, but if a timer interrupt is missed, and the\r
-                           EFI_TIMER_ARCH_PROTOCOL driver can detect missed interrupts, then Time\r
-                           will contain the actual amount of time since the last interrupt.\r
+  @param  Time   Time since the last timer interrupt in 100 ns units. This will\r
+                 typically be TimerPeriod, but if a timer interrupt is missed, and the\r
+                 EFI_TIMER_ARCH_PROTOCOL driver can detect missed interrupts, then Time\r
+                 will contain the actual amount of time since the last interrupt.\r
 \r
   None.\r
 \r
@@ -150,7 +147,7 @@ EFI_STATUS
   registered handler should not be able to distinguish a hardware-generated timer \r
   interrupt from a software-generated timer interrupt.\r
 \r
-  @param  This             The EFI_TIMER_ARCH_PROTOCOL instance.\r
+  @param  This                  The EFI_TIMER_ARCH_PROTOCOL instance.\r
 \r
   @retval EFI_SUCCESS           The soft timer interrupt was generated.\r
   @retval EFI_UNSUPPORTEDT      The platform does not support the generation of soft timer interrupts.\r