VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/UefiBootServicesTableLib.h@ 105681

最後變更 在這個檔案從105681是 99404,由 vboxsync 提交於 20 月 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 590 位元組
 
1/** @file
2 Provides a service to retrieve a pointer to the EFI Boot Services Table.
3 Only available to DXE and UEFI module types.
4
5Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
6SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#ifndef __UEFI_BOOT_SERVICES_TABLE_LIB_H__
11#define __UEFI_BOOT_SERVICES_TABLE_LIB_H__
12
13///
14/// Cache the Image Handle
15///
16extern EFI_HANDLE gImageHandle;
17
18///
19/// Cache pointer to the EFI System Table
20///
21extern EFI_SYSTEM_TABLE *gST;
22
23///
24/// Cache pointer to the EFI Boot Services Table
25///
26extern EFI_BOOT_SERVICES *gBS;
27
28#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette