]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmStandbyButtonDispatch.h
Clean the public header files to remove the unnecessary include files.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmStandbyButtonDispatch.h
index 78c6ff844faddcd5ba98de91da2e5614a7ac152c..61bd0cf91794884b2759d414befecdd68dd6e78f 100644 (file)
@@ -23,8 +23,6 @@
 #ifndef _EFI_SMM_STANDBY_BUTTON_DISPATCH_H_\r
 #define _EFI_SMM_STANDBY_BUTTON_DISPATCH_H_\r
 \r
-#include <FrameworkSmm.h>\r
-\r
 //\r
 // Global ID for the Standby Button SMI Protocol\r
 //\r
@@ -131,17 +129,17 @@ EFI_STATUS
 // Interface structure for the SMM Standby Button SMI Dispatch Protocol\r
 //\r
 /**\r
-       This protocol  provices the parent dispatch service for the standby button SMI source generator.\r
-       Provides the ability to install child handlers for the given event types.\r
+  This protocol  provices the parent dispatch service for the standby button SMI source generator.\r
+  Provides the ability to install child handlers for the given event types.\r
  **/\r
 struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL {\r
-       /// \r
+  /// \r
   /// Installs a child service to be dispatched by this protocol.\r
   ///\r
   EFI_SMM_STANDBY_BUTTON_REGISTER   Register;\\r
-       ///\r
-       /// Removes a child service dispatched by this protocol.\r
-       ///\r
+  ///\r
+  /// Removes a child service dispatched by this protocol.\r
+  ///\r
   EFI_SMM_STANDBY_BUTTON_UNREGISTER UnRegister;\r
 };\r
 \r