]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverHealth.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverHealth.h
index c717eb426b78a85e637ee8c569a0b3315182600b..d177c8d89030ebe6d00e7321e5359f5895a2011e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI Driver Health Protocol\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
@@ -55,7 +55,7 @@ typedef struct {
 **/\r
 typedef\r
 VOID\r
-(EFIAPI *EFI_DRIVER_HEALTH_REPAIR_PROGRESS_NOTIFY) (\r
+(EFIAPI *EFI_DRIVER_HEALTH_REPAIR_PROGRESS_NOTIFY)(\r
   IN UINTN  Value,\r
   IN UINTN  Limit\r
   );\r
@@ -161,7 +161,7 @@ VOID
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DRIVER_HEALTH_GET_HEALTH_STATUS) (\r
+(EFIAPI *EFI_DRIVER_HEALTH_GET_HEALTH_STATUS)(\r
   IN  EFI_DRIVER_HEALTH_PROTOCOL       *This,\r
   IN  EFI_HANDLE                       ControllerHandle  OPTIONAL,\r
   IN  EFI_HANDLE                       ChildHandle       OPTIONAL,\r
@@ -183,7 +183,8 @@ EFI_STATUS
                            drivers when an attempt is made to repair a bus controller.\r
                            If will not be NULL when an attempt is made to repair a \r
                            child controller produced by the driver.\r
-  @param  RepairNotify     A notification function that may be used by a driver to \r
+  @param  ProgressNotification\r
+                           A notification function that may be used by a driver to \r
                            report the progress of the repair operation.  This is \r
                            an optional parameter that may be NULL.  \r
 \r
@@ -201,7 +202,7 @@ EFI_STATUS
 */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DRIVER_HEALTH_REPAIR) (\r
+(EFIAPI *EFI_DRIVER_HEALTH_REPAIR)(\r
   IN  EFI_DRIVER_HEALTH_PROTOCOL                *This,\r
   IN  EFI_HANDLE                                ControllerHandle,\r
   IN  EFI_HANDLE                                ChildHandle           OPTIONAL,\r