VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Library/UefiRuntimeServicesTableLib.h@ 77662

Last change on this file since 77662 was 48674, checked in by vboxsync, 11 years ago

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1/** @file
2 Provides a service to retrieve a pointer to the EFI Runtime Services Table.
3
4 This library does not contain any functions or macros. It simply exports the
5 global variable gRT that is a pointer to the EFI Runtime Services Table as defined
6 in the UEFI Specification. The global variable gRT must be preinitialized to NULL.
7 The library constructor must set gRT to point at the EFI Runtime Services Table so
8 it is available at the module's entry point. Since there is overhead in initializing
9 this global variable, only those modules that actually require access to the EFI
10 Runtime Services Table should use this library.
11 Only available to DXE and UEFI module types.
12
13Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
14This program and the accompanying materials
15are licensed and made available under the terms and conditions of the BSD License
16which accompanies this distribution. The full text of the license may be found at
17http://opensource.org/licenses/bsd-license.php
18
19THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
20WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
21
22**/
23
24#ifndef __UEFI_RUNTIME_SERVICES_TABLE_LIB_H__
25#define __UEFI_RUNTIME_SERVICES_TABLE_LIB_H__
26
27///
28/// Cached copy of the EFI Runtime Services Table
29///
30extern EFI_RUNTIME_SERVICES *gRT;
31
32#endif
Note: See TracBrowser for help on using the repository browser.

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