]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/FrameworkMpService.h
Minor code enhancement.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / FrameworkMpService.h
index 3947847f1241e438362094c4d78a34843a606cbc..fe6382740341cf6ec26dcad75921014ffceb4ad2 100644 (file)
@@ -33,7 +33,7 @@
   APs to help test system memory in parallel with other device initialization.\r
   Diagnostics applications may also use this protocol for multi-processor.\r
 \r
-  Copyright (c) 1999 - 2002, 2009, Intel Corporation.<BR>\r
+  Copyright (c) 1999 - 2010, Intel Corporation.<BR>\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
   which accompanies this distribution.  The full text of the license may be found at<BR>\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
 \r
---*/\r
+**/\r
 \r
 #ifndef _FRAMEWORK_MP_SERVICE_PROTOCOL_H_\r
 #define _FRAMEWORK_MP_SERVICE_PROTOCOL_H_\r
 \r
+#include <FrameworkDxe.h>\r
+\r
 ///\r
 /// Global ID for the FRAMEWORK_EFI_MP_SERVICES_PROTOCOL\r
 ///\r
@@ -143,7 +145,7 @@ typedef struct {
   /// @par IPF:\r
   ///   Lower 32 bits of self test state parameter. For definition of self test \r
   ///   state parameter, please refer to Intel(R) Itanium(R) Architecture Software \r
-  ///   Developer\92s Manual, Volume 2: System Architecture.\r
+  ///   Developer's Manual, Volume 2: System Architecture.\r
   ///\r
   EFI_MP_HEALTH_FLAGS  Flags;\r
   ///\r
@@ -191,7 +193,7 @@ typedef struct {
   ///\r
   /// @par IPF:\r
   ///   Bit format of this field is the same as the definition of self-test state \r
-  ///   parameter, in Intel?Itanium?Architecture Software Developer\92s Manual, \r
+  ///   parameter, in Intel(R) Itanium(R) Architecture Software Developer's Manual, \r
   ///   Volume 2: System Architecture.\r
   ///\r
   EFI_MP_HEALTH        Health;\r
@@ -475,7 +477,7 @@ EFI_STATUS
                                      If the value is not zero, the BSP waits until \r
                                      the AP finishes or timeout expires. If timeout \r
                                      expires, EFI_TIMEOUT is returned, and the \r
-                                     BSP will then check the AP\92s status periodically, \r
+                                     BSP will then check the AP's status periodically, \r
                                      with time interval of 16 microseconds.\r
                                      - IPF:\r
                                      If WaitEvent is NULL, this parameter is ignored.\r
@@ -644,7 +646,7 @@ EFI_STATUS
 ///\r
 /// Framework MP Services Protocol structure\r
 ///\r
-typedef struct _FRAMEWORK_EFI_MP_SERVICES_PROTOCOL {\r
+struct _FRAMEWORK_EFI_MP_SERVICES_PROTOCOL {\r
   EFI_MP_SERVICES_GET_GENERAL_MP_INFO              GetGeneralMPInfo;\r
   EFI_MP_SERVICES_GET_PROCESSOR_CONTEXT            GetProcessorContext;\r
   FRAMEWORK_EFI_MP_SERVICES_STARTUP_ALL_APS        StartupAllAPs;\r