From f36a7bf58c305a14b50902cbf763211f6ef5e52f Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 3 Sep 2008 08:44:12 +0000 Subject: [PATCH] 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 --- .../UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c | 3 +++ 1 file changed, 3 insertions(+) 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
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License -- 2.39.2