]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/McaInitPmi.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / McaInitPmi.h
index 0a7b4e972445e850e8d7f3422abac1ee94c053b5..330683011b5235f56bab172a5d74ab205c5b45b7 100644 (file)
@@ -5,8 +5,8 @@
   Initialization (INIT) events, and Platform Management Interrupt (PMI) events\r
   on an Intel Itanium Processor Family based system.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2009 - 2010, 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
@@ -63,7 +63,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_MCA_HANDLER) (\r
+(EFIAPI *EFI_SAL_MCA_HANDLER)(\r
   IN  VOID                    *ModuleGlobal,\r
   IN  UINT64                  ProcessorStateParameters,\r
   IN  EFI_PHYSICAL_ADDRESS    MinstateBase,\r
@@ -89,7 +89,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_INIT_HANDLER) (\r
+(EFIAPI *EFI_SAL_INIT_HANDLER)(\r
   IN  VOID                     *ModuleGlobal,\r
   IN  UINT64                   ProcessorStateParameters,\r
   IN  EFI_PHYSICAL_ADDRESS     MinstateBase,\r
@@ -111,7 +111,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_PMI_HANDLER) (\r
+(EFIAPI *EFI_SAL_PMI_HANDLER)(\r
   IN VOID          *ModuleGlobal,\r
   IN UINT64        CpuIndex,\r
   IN UINT64        PmiVector\r
@@ -133,7 +133,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_REGISTER_MCA_HANDLER) (\r
+(EFIAPI *EFI_SAL_REGISTER_MCA_HANDLER)(\r
   IN  EFI_SAL_MCA_INIT_PMI_PROTOCOL         *This,\r
   IN  EFI_SAL_MCA_HANDLER                   McaHandler,\r
   IN  VOID                                  *ModuleGlobal,\r
@@ -157,7 +157,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_REGISTER_INIT_HANDLER) (\r
+(EFIAPI *EFI_SAL_REGISTER_INIT_HANDLER)(\r
   IN  EFI_SAL_MCA_INIT_PMI_PROTOCOL         *This,\r
   IN  EFI_SAL_INIT_HANDLER                  InitHandler,\r
   IN  VOID                                  *ModuleGlobal,\r
@@ -181,7 +181,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_REGISTER_PMI_HANDLER) (\r
+(EFIAPI *EFI_SAL_REGISTER_PMI_HANDLER)(\r
   IN  EFI_SAL_MCA_INIT_PMI_PROTOCOL         *This,\r
   IN  EFI_SAL_PMI_HANDLER                   PmiHandler,\r
   IN  VOID                                  *ModuleGlobal,\r