]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/DxePiLib.h
Code Scrub for MdePkg.
[mirror_edk2.git] / MdePkg / Include / Library / DxePiLib.h
index 3a86d52b3c95e873876e5e273f1aa42574cb3065..16ede8147e967a2a2a48ade76a10d866f0e3279e 100644 (file)
@@ -139,13 +139,11 @@ PiLibGetSectionFromCurrentFv (
     The data and size is returned by Buffer and Size. The caller is responsible to free the Buffer allocated \r
     by this function. This function can only be called at TPL_NOTIFY and below.\r
     \r
-    If FvHandle is NULL and WithinImage is TRUE, then ASSERT ();\r
-    If NameGuid is NULL, then ASSERT();\r
     If Buffer is NULL, then ASSERT();\r
     If Size is NULL, then ASSERT().\r
   \r
-    @param  NameGuid             The GUID name of a Firmware File.\r
     @param  SectionType         The Firmware Section type.\r
+    @param  Instance            Instance number of a section.\r
     @param  Buffer                  On output, Buffer contains the the data read from the section in the Firmware File found.\r
     @param  Size                    On output, the size of Buffer.\r
   \r