summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/RuntimeDxe/Runtime.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-16 10:26:51 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-16 10:26:51 +0000
commit10e2e070c9f62e884d7b18752ff91ca9d0b74fb2 (patch)
tree692104b0f0d78eb18ec53e2c40dda45e9f33774f /MdeModulePkg/Core/RuntimeDxe/Runtime.h
parentd12f75fee2579c7d6087f02bdca4715786f67d70 (diff)
downloadedk2-platforms-10e2e070c9f62e884d7b18752ff91ca9d0b74fb2.tar.xz
Convert the capsule image address installed in Configuration table to virtual address.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4300 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/RuntimeDxe/Runtime.h')
-rw-r--r--MdeModulePkg/Core/RuntimeDxe/Runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h
index 0078da2b91..f9e4f1d375 100644
--- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h
+++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h
@@ -25,6 +25,7 @@ Abstract:
#define _RUNTIME_H_
#include <PiDxe.h>
+#include <Guid/CapsuleInfo.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/Runtime.h>
#include <Library/BaseLib.h>