2 Provides a service to retrieve a pointer to the EFI Boot Services Table.
3 Only available to DXE and UEFI module types.
5 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
10 #ifndef __UEFI_BOOT_SERVICES_TABLE_LIB_H__
11 #define __UEFI_BOOT_SERVICES_TABLE_LIB_H__
14 /// Cache the Image Handle
16 extern EFI_HANDLE gImageHandle
;
19 /// Cache pointer to the EFI System Table
21 extern EFI_SYSTEM_TABLE
*gST
;
24 /// Cache pointer to the EFI Boot Services Table
26 extern EFI_BOOT_SERVICES
*gBS
;