]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Library/UefiBootServicesTableLib.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Library / UefiBootServicesTableLib.h
... / ...
CommitLineData
1/** @file\r
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
4\r
5Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
6SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
8**/\r
9\r
10#ifndef __UEFI_BOOT_SERVICES_TABLE_LIB_H__\r
11#define __UEFI_BOOT_SERVICES_TABLE_LIB_H__\r
12\r
13///\r
14/// Cache the Image Handle\r
15///\r
16extern EFI_HANDLE gImageHandle;\r
17\r
18///\r
19/// Cache pointer to the EFI System Table\r
20///\r
21extern EFI_SYSTEM_TABLE *gST;\r
22\r
23///\r
24/// Cache pointer to the EFI Boot Services Table\r
25///\r
26extern EFI_BOOT_SERVICES *gBS;\r
27\r
28#endif\r