mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Update header file to include common definition of FRAMEWORK_EFI_AP_PROCEDURE.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9497 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
86973faa31
commit
2aa76eacfd
@ -47,6 +47,8 @@
|
||||
#ifndef _FRAMEWORK_MP_SERVICE_PROTOCOL_H_
|
||||
#define _FRAMEWORK_MP_SERVICE_PROTOCOL_H_
|
||||
|
||||
#include <FrameworkDxe.h>
|
||||
|
||||
///
|
||||
/// Global ID for the FRAMEWORK_EFI_MP_SERVICES_PROTOCOL
|
||||
///
|
||||
@ -644,7 +646,7 @@ EFI_STATUS
|
||||
///
|
||||
/// Framework MP Services Protocol structure
|
||||
///
|
||||
typedef struct _FRAMEWORK_EFI_MP_SERVICES_PROTOCOL {
|
||||
struct _FRAMEWORK_EFI_MP_SERVICES_PROTOCOL {
|
||||
EFI_MP_SERVICES_GET_GENERAL_MP_INFO GetGeneralMPInfo;
|
||||
EFI_MP_SERVICES_GET_PROCESSOR_CONTEXT GetProcessorContext;
|
||||
FRAMEWORK_EFI_MP_SERVICES_STARTUP_ALL_APS StartupAllAPs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user