]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and BasePeCo...
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index 73b39062ac0bdc357bead324e98c56be6e6bd95f..1ea66945198dd4c24b31d6f638e6fe67359d4d52 100644 (file)
@@ -15,11 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __UEFI_RUNTIME_LIB__\r
 #define __UEFI_RUNTIME_LIB__\r
 \r
-\r
-extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[];\r
-\r
-extern const EFI_EVENT_NOTIFY _gDriverSetVirtualAddressMapEvent[];\r
-\r
 /**\r
   This function allows the caller to determine if UEFI ExitBootServices() has been called.\r
 \r
@@ -185,7 +180,7 @@ EfiSetWakeupTime (
   @param  VendorGuid   Unify identifier for vendor.\r
   @param  Attributes   Point to memory location to return the attributes of variable. If the point\r
                        is NULL, the parameter would be ignored.\r
-  @param  DataSize     As input, point to the maxinum size of return Data-Buffer.\r
+  @param  DataSize     As input, point to the maximum size of return Data-Buffer.\r
                        As output, point to the actual size of the returned Data-Buffer.\r
   @param  Data         Point to return Data-Buffer.\r
 \r
@@ -219,8 +214,8 @@ EfiGetVariable (
   variable name data. When the entire variable list has been returned, the error EFI_NOT_FOUND\r
   is returned.\r
 \r
-  @param  VariableNameSize As input, point to maxinum size of variable name.\r
-                           As output, point to actual size of varaible name.\r
+  @param  VariableNameSize As input, point to maximum size of variable name.\r
+                           As output, point to actual size of variable name.\r
   @param  VariableName     As input, supplies the last VariableName that was returned by\r
                            GetNextVariableName().\r
                            As output, returns the name of variable. The name\r
@@ -322,7 +317,7 @@ EfiGetNextHighMonotonicCount (
   Calling this interface with ResetType of EfiResetShutdown causes the system to enter a power state equivalent to the\r
   ACPI G2/S5 or G3 states. If the system does not support this reset type, then when the system is rebooted, it should\r
   exhibit the EfiResetCold attributes.\r
-  The platform may optionally log the parmeters from any non-normal reset that occurs.\r
+  The platform may optionally log the parameters from any non-normal reset that occurs.\r
   The ResetSystem() function does not return.\r
 \r
   @param  ResetType   The type of reset to perform.\r
@@ -375,7 +370,7 @@ EfiConvertPointer (
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
-  For IA32, X64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
+  For IA32, x64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
   ConvertPointer().  See the UEFI Specification for details. \r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\r