]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
remove some comments introduced by tools.
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeServicesTableLib / UefiRuntimeServicesTableLib.c
index bf15467bbec028914088d9975e30cee829bd7bc2..4889094618007b8c504a6caa910c349c86967fec 100644 (file)
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  UefiRuntimeServicesTableLib.c\r
-\r
 **/\r
 \r
+\r
+#include <PiDxe.h>\r
+\r
+\r
+#include <Library/UefiRuntimeServicesTableLib.h>\r
+#include <Library/DebugLib.h>\r
+\r
+#include "UefiRuntimeServicesTableLibInternal.h"\r
+\r
 EFI_RUNTIME_SERVICES  *gRT = NULL;\r
 \r
 /**\r
@@ -30,6 +37,7 @@ EFI_RUNTIME_SERVICES  *gRT = NULL;
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 UefiRuntimeServicesTableLibConstructor (\r
   IN EFI_HANDLE        ImageHandle,\r
   IN EFI_SYSTEM_TABLE  *SystemTable\r