diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 06:38:05 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 06:38:05 +0000 |
commit | 122e21915101b8f38d81edc6d4f1fd1dd353e28a (patch) | |
tree | fa8c517425c72121a367778e929709a6811f9fb5 /MdePkg/Include/Library/PostCodeLib.h | |
parent | fc0c5b3a997da589256ab123f26f4b1d5b061fcc (diff) | |
download | edk2-platforms-122e21915101b8f38d81edc6d4f1fd1dd353e28a.tar.xz |
Function headers in .h and .c files synchronized with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6731 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PostCodeLib.h')
-rw-r--r-- | MdePkg/Include/Library/PostCodeLib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/PostCodeLib.h b/MdePkg/Include/Library/PostCodeLib.h index 092f7ee15e..86ad1c6761 100644 --- a/MdePkg/Include/Library/PostCodeLib.h +++ b/MdePkg/Include/Library/PostCodeLib.h @@ -33,7 +33,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param Value The 32-bit value to write to the POST card.
- @return Value The 32-bit value to write to the POST card.
+ @return The 32-bit value to write to the POST card.
**/
UINT32
@@ -55,16 +55,16 @@ PostCode ( value on the status reporting device.
PostCodeWithDescription()must actively prevent recursion. If
- PostCodeWithDescription() is called while processing another any other
- Post Code Library function, then PostCodeWithDescription()
- must return Value immediately.
+ PostCodeWithDescription() is called while processing another any other Post
+ Code Library function, then PostCodeWithDescription() must return Value
+ immediately.
@param Value The 32-bit value to write to the POST card.
@param Description Pointer to an ASCII string that is a description of the
POST code value. This is an optional parameter that may
be NULL.
- @return Value The 32-bit value to write to the POST card.
+ @return The 32-bit value to write to the POST card.
**/
UINT32
|