summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiRuntimeServicesTableLib
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-03 08:44:12 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-03 08:44:12 +0000
commitf36a7bf58c305a14b50902cbf763211f6ef5e52f (patch)
tree61543c216cd882e2a144597d3294d32f1b4260bd /MdePkg/Library/UefiRuntimeServicesTableLib
parentbf295af27c0638bb9563436c946954916badbcf9 (diff)
downloadedk2-f36a7bf58c305a14b50902cbf763211f6ef5e52f.tar.gz
edk2-f36a7bf58c305a14b50902cbf763211f6ef5e52f.tar.bz2
edk2-f36a7bf58c305a14b50902cbf763211f6ef5e52f.zip
Add more comment for library instance and remove unused internal header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5799 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiRuntimeServicesTableLib')
-rw-r--r--MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
index e664a0f5c2..89126dc167 100644
--- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
+++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
@@ -1,6 +1,9 @@
/** @file
UEFI Runtime Services Table Library.
+ This library instance retrieve EFI_RUNTIME_SERVICES pointer from EFI system table
+ in library's constructor.
+
Copyright (c) 2006, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License