]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmPowerButtonDispatch.h
Remove blank for function typedef, it will break generating doxygen document.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmPowerButtonDispatch.h
index 01b87c33b5a91c9ee7c54fdb828b71e6e4605800..b89fb5553e6f1861e122f005ef0e186da16139fb 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  This file declares EFI Smm Power Button Smi Child Protocol\r
+  Provides the parent dispatch service for the power button SMI source generator.\r
 \r
   Copyright (c) 2007, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
@@ -67,7 +67,7 @@ typedef struct {
 **/\r
 typedef\r
 VOID\r
-(EFIAPI *EFI_SMM_POWER_BUTTON_DISPATCH) (\r
+(EFIAPI *EFI_SMM_POWER_BUTTON_DISPATCH)(\r
   IN  EFI_HANDLE                             DispatchHandle,\r
   IN  EFI_SMM_POWER_BUTTON_DISPATCH_CONTEXT  *DispatchContext\r
   );\r
@@ -97,7 +97,7 @@ VOID
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_POWER_BUTTON_REGISTER) (\r
+(EFIAPI *EFI_SMM_POWER_BUTTON_REGISTER)(\r
   IN EFI_SMM_POWER_BUTTON_DISPATCH_PROTOCOL            *This,\r
   IN  EFI_SMM_POWER_BUTTON_DISPATCH                    DispatchFunction,\r
   IN  EFI_SMM_POWER_BUTTON_DISPATCH_CONTEXT            *DispatchContext,\r
@@ -120,7 +120,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_POWER_BUTTON_UNREGISTER) (\r
+(EFIAPI *EFI_SMM_POWER_BUTTON_UNREGISTER)(\r
   IN EFI_SMM_POWER_BUTTON_DISPATCH_PROTOCOL             *This,\r
   IN  EFI_HANDLE                                        DispatchHandle\r
   );\r