]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmReportStatusCodeHandler.h
Correct definition to follow spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmReportStatusCodeHandler.h
index 08c41ef701dbe0bb96eb0c2ee04e855ce640f8ad..862142d10460ad20a6ef06b9041d694db97f503d 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   This protocol provides registering and unregistering services to status code consumers while in DXE SMM.\r
   \r
-  Copyright (c) 2007 - 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2007 - 2009, 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
@@ -72,10 +72,10 @@ EFI_STATUS
 );\r
 \r
 typedef struct _EFI_SMM_RSC_HANDLER_PROTOCOL {\r
-  EFI_SMM_RSC_HANDLER_REGISTER  Register;\r
-  SMM_RSC_HANDLER_UNREGISTER    Unregister;\r
+  EFI_SMM_RSC_HANDLER_REGISTER      Register;\r
+  EFI_SMM_RSC_HANDLER_UNREGISTER    Unregister;\r
 } EFI_SMM_RSC_HANDLER_PROTOCOL;\r
 \r
-extern gEfiSmmRscHandlerProtocolGuid;\r
+extern EFI_GUID gEfiSmmRscHandlerProtocolGuid;\r
 \r
 #endif // __SMM_REPORT_STATUS_CODE_HANDLER_PROTOCOL_H__\r