diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-25 06:29:00 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-25 06:29:00 +0000 |
commit | 2ae8963ce89f711acd773b85ca4fe7458b9b0b84 (patch) | |
tree | 136aa3d74f68425f20ff25915de5eb9089cf5488 /MdeModulePkg/Include | |
parent | ad42b17a754b63a1f556eac364e55f412eae509d (diff) | |
download | edk2-platforms-2ae8963ce89f711acd773b85ca4fe7458b9b0b84.tar.xz |
Add comments for parameter.
Add ASSERT for the input parameters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4749 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/CapsuleLib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/CapsuleLib.h b/MdeModulePkg/Include/Library/CapsuleLib.h index b8691bc4ab..8f411458d1 100644 --- a/MdeModulePkg/Include/Library/CapsuleLib.h +++ b/MdeModulePkg/Include/Library/CapsuleLib.h @@ -19,6 +19,8 @@ /**
Those capsules supported by the firmwares.
+ @param CapsuleHeader Point to the UEFI capsule image to be checked.
+
@retval EFI_SUCESS Input capsule is supported by firmware.
@retval EFI_UNSUPPORTED Input capsule is not supported by the firmware.
**/
@@ -32,6 +34,8 @@ SupportCapsuleImage ( /**
The firmware implements to process the capsule image.
+ @param CapsuleHeader Point to the UEFI capsule image to be processed.
+
@retval EFI_SUCESS Process Capsule Image successfully.
@retval EFI_UNSUPPORTED Capsule image is not supported by the firmware.
**/
|