summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Runtime.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 15:14:25 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 15:14:25 +0000
commitee6c452c81f135a53f918761f02333ee57d7776d (patch)
tree6c03e42ef704b4a90fa4cf57af1fa74bf07eeac8 /MdePkg/Include/Protocol/Runtime.h
parentc48d41d2c7d9c8153f657802b60779c8e2925109 (diff)
downloadedk2-ee6c452c81f135a53f918761f02333ee57d7776d.tar.gz
edk2-ee6c452c81f135a53f918761f02333ee57d7776d.tar.bz2
edk2-ee6c452c81f135a53f918761f02333ee57d7776d.zip
Detab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6638 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Runtime.h')
-rw-r--r--MdePkg/Include/Protocol/Runtime.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/MdePkg/Include/Protocol/Runtime.h b/MdePkg/Include/Protocol/Runtime.h
index 68d2b3c8e8..2dfd320a04 100644
--- a/MdePkg/Include/Protocol/Runtime.h
+++ b/MdePkg/Include/Protocol/Runtime.h
@@ -43,23 +43,23 @@ typedef struct _EFI_RUNTIME_IMAGE_ENTRY EFI_RUNTIME_IMAGE_ENTRY;
/// EFI_RUNTIME_IMAGE_ENTRY
///
struct _EFI_RUNTIME_IMAGE_ENTRY {
- ///
- /// Start of image that has been loaded in memory. It is a pointer
- /// to either the DOS header or PE header of the image.
- ///
+ ///
+ /// Start of image that has been loaded in memory. It is a pointer
+ /// to either the DOS header or PE header of the image.
+ ///
VOID *ImageBase;
- ///
- /// Size in bytes of the image represented by ImageBase.
- ///
+ ///
+ /// Size in bytes of the image represented by ImageBase.
+ ///
UINT64 ImageSize;
- ///
- /// Information about the fix-ups that were performed on ImageBase when it was
- /// loaded into memory.
- ///
+ ///
+ /// Information about the fix-ups that were performed on ImageBase when it was
+ /// loaded into memory.
+ ///
VOID *RelocationData;
- ///
- /// The ImageHandle passed into ImageBase when it was loaded.
- ///
+ ///
+ /// The ImageHandle passed into ImageBase when it was loaded.
+ ///
EFI_HANDLE Handle;
///
/// Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.