]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmPowerButtonDispatch.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmPowerButtonDispatch.h
index b8a12f58e487af9c56504a7483d6b5a5adbecbec..0a61b3fd9ee54ea80066f6dfb7c3513d46ba2566 100644 (file)
@@ -5,13 +5,7 @@
   This protocol provides the parent dispatch service for the power button MMI source generator.\r
 \r
   Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
-  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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
   @par Revision Reference:\r
   This protocol is from PI Version 1.5.\r
@@ -44,7 +38,7 @@ typedef struct {
   ///\r
   /// Designates whether this handler should be invoked upon entry or exit.\r
   ///\r
-  EFI_POWER_BUTTON_PHASE  Phase;\r
+  EFI_POWER_BUTTON_PHASE    Phase;\r
 } EFI_MM_POWER_BUTTON_REGISTER_CONTEXT;\r
 \r
 typedef struct _EFI_MM_POWER_BUTTON_DISPATCH_PROTOCOL EFI_MM_POWER_BUTTON_DISPATCH_PROTOCOL;\r
@@ -107,11 +101,10 @@ EFI_STATUS
 /// This protocol provides the parent dispatch service for the power button MMI source generator.\r
 ///\r
 struct _EFI_MM_POWER_BUTTON_DISPATCH_PROTOCOL {\r
-  EFI_MM_POWER_BUTTON_REGISTER    Register;\r
-  EFI_MM_POWER_BUTTON_UNREGISTER  UnRegister;\r
+  EFI_MM_POWER_BUTTON_REGISTER      Register;\r
+  EFI_MM_POWER_BUTTON_UNREGISTER    UnRegister;\r
 };\r
 \r
-extern EFI_GUID gEfiMmPowerButtonDispatchProtocolGuid;\r
+extern EFI_GUID  gEfiMmPowerButtonDispatchProtocolGuid;\r
 \r
 #endif\r
-\r