]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/CapsuleLib.h
Add comments for parameter.
[mirror_edk2.git] / MdeModulePkg / Include / Library / CapsuleLib.h
index b8691bc4aba98a56d94f30289a343749cd2505c7..8f411458d139c9ec2eba24e7663542f92494cb3c 100644 (file)
@@ -19,6 +19,8 @@
 /**\r
   Those capsules supported by the firmwares.\r
   \r
+  @param  CapsuleHeader    Point to the UEFI capsule image to be checked.\r
+  \r
   @retval EFI_SUCESS       Input capsule is supported by firmware.\r
   @retval EFI_UNSUPPORTED  Input capsule is not supported by the firmware.\r
 **/\r
@@ -32,6 +34,8 @@ SupportCapsuleImage (
 /**\r
   The firmware implements to process the capsule image.\r
   \r
+  @param  CapsuleHeader    Point to the UEFI capsule image to be processed. \r
+   \r
   @retval EFI_SUCESS       Process Capsule Image successfully. \r
   @retval EFI_UNSUPPORTED  Capsule image is not supported by the firmware.\r
 **/\r