diff options
Diffstat (limited to 'MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c')
-rw-r--r-- | MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c index bf15467bbe..852a692344 100644 --- a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c +++ b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c @@ -30,6 +30,7 @@ EFI_RUNTIME_SERVICES *gRT = NULL; **/
EFI_STATUS
+EFIAPI
UefiRuntimeServicesTableLibConstructor (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
|