]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Library/UefiRuntimeLib.h
Follow up tracker EDKT285.
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
Content-type: text/html ]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Library/UefiRuntimeLib.h


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 149.
CommitLineData
878ddf1f 1/** @file\r
24e25d11 2 Library to abstract runtime services\r
878ddf1f 3\r
24e25d11 4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
878ddf1f 9\r
24e25d11 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
878ddf1f 12\r
f14bb97f 13 Module Name: UefiRuntimeLib.h\r
878ddf1f 14\r
15**/\r
16\r
f14bb97f 17#ifndef __UEFI_RUNTIME_LIB__\r
18#define __UEFI_RUNTIME_LIB__\r
878ddf1f 19\r
20\r
21extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[];\r
22\r
23extern const EFI_EVENT_NOTIFY _gDriverSetVirtualAddressMapEvent[];\r
24\r
25/**\r
26 Check to see if the execute context is in Runtime phase or not.\r
27\r
28 @param None.\r
29\r
30 @retval TRUE The driver is in SMM.\r
31 @retval FALSE The driver is not in SMM.\r
32\r
33**/\r
34BOOLEAN\r
35EFIAPI\r
36EfiAtRuntime (\r
37 VOID \r
38 );\r
39\r
40/**\r
41 Check to see if the SetVirtualAddressMsp() is invoked or not.\r
42\r
43 @retval TRUE SetVirtualAddressMsp() has been called.\r
44 @retval FALSE SetVirtualAddressMsp() has not been called.\r
45\r
46**/\r
47BOOLEAN\r
48EFIAPI\r
49EfiGoneVirtual (\r
50 VOID \r
51 );\r
52\r
53/**\r
54 Return current time and date information, and time-keeping \r
55 capabilities of hardware platform.\r
56\r
57 @param Time A pointer to storage to receive a snapshot of the current time.\r
58