summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-12 16:52:07 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-12 16:52:07 +0000
commit8a1fd113ea382b201e4fd56f5e8a03db96fa1123 (patch)
treeba33378727766221d2dfb2319f1c8a992b79d769 /MdePkg/Include
parent448d6fab6ef3daf99d54dd2fe0c6c78b29586ede (diff)
downloadedk2-8a1fd113ea382b201e4fd56f5e8a03db96fa1123.zip
edk2-8a1fd113ea382b201e4fd56f5e8a03db96fa1123.tar.gz
edk2-8a1fd113ea382b201e4fd56f5e8a03db96fa1123.tar.bz2
Add EfiGlobalVariable GUID to PEIM.h so PEIMs can read standard variables defined by the UEFI 2.0 Specification
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@134 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Peim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Peim.h b/MdePkg/Include/Peim.h
index d2773ce..ebc6b97 100644
--- a/MdePkg/Include/Peim.h
+++ b/MdePkg/Include/Peim.h
@@ -46,6 +46,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Protocol/DebugSupport.h>
#include <Common/StatusCodeDataTypeId.h>
#include <Guid/StatusCodeDataTypeId.h>
+#include <Guid/GlobalVariable.h>
#include <Ppi/Pcd.h>
#include <Common/PcdTemp.h> //This will be removed when PCD PEIM is completed!