]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxePlatDriOverLib/PlatDriOver.h
Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.
[mirror_edk2.git] / MdeModulePkg / Library / DxePlatDriOverLib / PlatDriOver.h
index db2d6e5dab1eb00930c4c2fc6c58c131598a31af..50622b8bd361923bb8c7f65cbff838b873848efd 100644 (file)
@@ -70,7 +70,7 @@ typedef struct _DEVICE_PATH_STACK_ITEM{
 } DEVICE_PATH_STACK_ITEM;\r
 \r
 /**\r
-  Push a controller device path into a globle device path list\r
+  Push a controller device path into a globle device path list.\r
 \r
   @param  DevicePath     The controller device path to push into stack\r
 \r
@@ -114,6 +114,8 @@ CheckExistInStack (
   );\r
 \r
 /**\r
+  Update the FV file device path if it is not valid.\r
+\r
   According to a file GUID, check a Fv file device path is valid. If it is invalid,\r
   try to return the valid device path.\r
   FV address maybe changes for memory layout adjust from time to time, use this funciton\r
@@ -143,6 +145,8 @@ UpdateFvFileDevicePath (
   );\r
 \r
 /**\r
+  Gets the data and size of a variable.\r
+\r
   Read the EFI variable (VendorGuid/Name) and return a dynamically allocated\r
   buffer, and the size of the buffer. If failure return NULL.\r
 \r
@@ -165,6 +169,8 @@ GetVariableAndSize (
   );\r
 \r
 /**\r
+  Connect to the handle to a device on the device path.\r
+\r
   This function will create all handles associate with every device\r
   path node. If the handle associate with one device path node can not\r
   be created success, then still give one chance to do the dispatch,\r