summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiLibInternal.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-24 14:18:13 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-24 14:18:13 +0000
commit6d28c49754e6395f0e39033560060bd4c33ed58b (patch)
treeed657e486ffe55472fc04ca078c13764f3a5de40 /MdePkg/Library/UefiLib/UefiLibInternal.h
parent941199475dff164bdb8b2b1fa516dcfbec8ef60f (diff)
downloadedk2-6d28c49754e6395f0e39033560060bd4c33ed58b.tar.gz
edk2-6d28c49754e6395f0e39033560060bd4c33ed58b.tar.bz2
edk2-6d28c49754e6395f0e39033560060bd4c33ed58b.zip
Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7936 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLibInternal.h')
-rw-r--r--MdePkg/Library/UefiLib/UefiLibInternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibInternal.h b/MdePkg/Library/UefiLib/UefiLibInternal.h
index a1e3d41f91..ded91a506a 100644
--- a/MdePkg/Library/UefiLib/UefiLibInternal.h
+++ b/MdePkg/Library/UefiLib/UefiLibInternal.h
@@ -29,8 +29,10 @@
#include <Guid/EventGroup.h>
#include <Guid/EventLegacyBios.h>
+#include <Guid/GlobalVariable.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
+#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>