]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h
Remove blank for function typedef, it will break generating doxygen document.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmGpiDispatch.h
index c6cdf608f52e5142887deca8b284202b723f6669..70d9ef641c45d31d0fa3c424797daeeb6209b769 100644 (file)
@@ -1,6 +1,9 @@
 /** @file\r
   This file declares Smm Gpi Smi Child Protocol\r
-\r
+  The EFI_SMM_GPI_DISPATCH_PROTOCOL provides the ability to install child handlers for the\r
+  given event types. Several inputs can be enabled. This purpose of this interface is to generate an\r
+  SMI in response to any of these inputs having a true value provided.\r
+  \r
   Copyright (c) 2007, 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
@@ -64,7 +67,7 @@ typedef struct {
 **/\r
 typedef\r
 VOID\r
-(EFIAPI *EFI_SMM_GPI_DISPATCH) (\r
+(EFIAPI *EFI_SMM_GPI_DISPATCH)(\r
   IN  EFI_HANDLE                    DispatchHandle,\r
   IN  EFI_SMM_GPI_DISPATCH_CONTEXT  *DispatchContext\r
   );\r
@@ -94,7 +97,7 @@ VOID
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_GPI_REGISTER) (\r
+(EFIAPI *EFI_SMM_GPI_REGISTER)(\r
   IN EFI_SMM_GPI_DISPATCH_PROTOCOL            *This,\r
   IN  EFI_SMM_GPI_DISPATCH                    DispatchFunction,\r
   IN  EFI_SMM_GPI_DISPATCH_CONTEXT            *DispatchContext,\r
@@ -117,7 +120,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_GPI_UNREGISTER) (\r
+(EFIAPI *EFI_SMM_GPI_UNREGISTER)(\r
   IN EFI_SMM_GPI_DISPATCH_PROTOCOL            *This,\r
   IN  EFI_HANDLE                              DispatchHandle\r
   );\r