X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiBootServicesTableLib%2FUefiBootServicesTableLib.c;fp=MdePkg%2FLibrary%2FUefiBootServicesTableLib%2FUefiBootServicesTableLib.c;h=372d03b651cd979de9eb431f9453f497c19d5139;hp=ee1970199a40da87f9a0a8cd17a1c6baf2170f7e;hb=bf295af27c0638bb9563436c946954916badbcf9;hpb=ce02b0b90121c00ebad67e12fe965e29208ef68f diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c index ee1970199a..372d03b651 100644 --- a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c +++ b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c @@ -1,5 +1,6 @@ /** @file - UEFI Boot Services Table Library. + This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in + library's constructor. Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -17,7 +18,6 @@ #include #include -#include "UefiBootServicesTableLibInternal.h" EFI_HANDLE gImageHandle = NULL; EFI_SYSTEM_TABLE *gST = NULL;