]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeiServicesTablePointerLib.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdePkg / Include / Library / PeiServicesTablePointerLib.h
index 8c133dd1084c3059c9ca8b75ab8c42dbc6275c10..973598870e91a7623c2199810c8540b6e30dad40 100644 (file)
@@ -34,7 +34,7 @@ GetPeiServicesTablePointer (
   The function set the pointer of PEI services immediately preceding the IDT table\r
   according to PI specification.\r
   \r
-  @param    PeiServices   The address of PeiServices pointer.\r
+  @param    PeiServicesTablePointer   The address of PeiServices pointer.\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -42,18 +42,5 @@ SetPeiServicesTablePointer (
   EFI_PEI_SERVICES ** PeiServicesTablePointer\r
   );\r
 \r
-/**\r
-  After memory initialization in PEI phase, the IDT table in temporary memory should \r
-  be migrated to memory, and the address of PeiServicesPointer also need to be updated  \r
-  immediately preceding the new IDT table.\r
-  \r
-  @param    PeiServices   The address of PeiServices pointer.\r
-**/\r
-VOID\r
-EFIAPI\r
-MigrateIdtTable (\r
-  IN EFI_PEI_SERVICES  **PeiServices\r
-  );\r
-  \r
 #endif\r
 \r