TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiRuntimeServicesTableLib.c
Go to the documentation of this file.
1
12#include <Uefi.h>
13#include <Library/DebugLib.h>
14
16
31EFIAPI
33 IN EFI_HANDLE ImageHandle,
34 IN EFI_SYSTEM_TABLE *SystemTable
35 )
36{
37 //
38 // Cache pointer to the EFI Runtime Services Table
39 //
40 gRT = SystemTable->RuntimeServices;
41 ASSERT (gRT != NULL);
42 return EFI_SUCCESS;
43}
#define NULL
Definition: Base.h:319
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33
#define EFI_SUCCESS
Definition: UefiBaseType.h:112
EFI_RUNTIME_SERVICES * gRT
EFI_STATUS EFIAPI UefiRuntimeServicesTableLibConstructor(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)