]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Library/UefiBootServicesTableLib.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Library / UefiBootServicesTableLib.h
CommitLineData
fb3df220 1/** @file\r
50a64e5b 2 Provides a service to retrieve a pointer to the EFI Boot Services Table.\r
3 Only available to DXE and UEFI module types.\r
fb3df220 4\r
9df063a0 5Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
9344f092 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
fb3df220 7\r
fb3df220 8**/\r
9\r
10#ifndef __UEFI_BOOT_SERVICES_TABLE_LIB_H__\r
11#define __UEFI_BOOT_SERVICES_TABLE_LIB_H__\r
12\r
fc30687f 13///\r
14/// Cache the Image Handle\r
15///\r
fb3df220 16extern EFI_HANDLE gImageHandle;\r
17\r
fc30687f 18///\r
19/// Cache pointer to the EFI System Table\r
20///\r
fb3df220 21extern EFI_SYSTEM_TABLE *gST;\r
22\r
fc30687f 23///\r
24/// Cache pointer to the EFI Boot Services Table\r
25///\r
fb3df220 26extern EFI_BOOT_SERVICES *gBS;\r
27\r
28#endif\r