summaryrefslogtreecommitdiff
path: root/MdePkg/Include/PeiCore.h
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-18 20:02:05 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-12-18 20:02:05 +0000
commit9c89ec98193e24eb9849a66c83f6a80b64a51c4c (patch)
tree8b83c17843b0bc0d5c640725fa6d2f674ed2bb6e /MdePkg/Include/PeiCore.h
parent3ff56e5e44cae2a05813df4819aee0f125a563f6 (diff)
downloadedk2-platforms-9c89ec98193e24eb9849a66c83f6a80b64a51c4c.tar.xz
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
Diffstat (limited to 'MdePkg/Include/PeiCore.h')
-rw-r--r--MdePkg/Include/PeiCore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Include/PeiCore.h b/MdePkg/Include/PeiCore.h
index f0879c7c47..4a22c78a29 100644
--- a/MdePkg/Include/PeiCore.h
+++ b/MdePkg/Include/PeiCore.h
@@ -36,6 +36,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Common/UefiBaseTypes.h>
#include <Peim/PeiCis.h>
+#if defined(MDE_CPU_IPF)
+#include <SalApi.h>
+#endif
+
//
//StatusCodeDataTypeId needs DebugSupport Protocol definition
//