Only include SmmCis.h if the CPU Arch is IA32 or X64
Only include SalApi.h if the CPU Arch is IPF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2108 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -484,6 +484,16 @@ typedef struct {
|
||||
} EFI_DXE_SERVICES;
|
||||
|
||||
|
||||
//
|
||||
// Function prototype for invoking a function on an Application Processor
|
||||
// Used by both the SMM infrastructure and the MP Services Protocol
|
||||
//
|
||||
typedef
|
||||
VOID
|
||||
(EFIAPI *EFI_AP_PROCEDURE) (
|
||||
IN VOID *Buffer
|
||||
);
|
||||
|
||||
#include <Common/BootMode.h>
|
||||
#include <Common/BootScript.h>
|
||||
#include <Common/Capsule.h>
|
||||
|
Reference in New Issue
Block a user