diff options
Diffstat (limited to 'MdePkg/Library/BasePostCodeLibPort80/PostCode.c')
-rw-r--r-- | MdePkg/Library/BasePostCodeLibPort80/PostCode.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/BasePostCodeLibPort80/PostCode.c b/MdePkg/Library/BasePostCodeLibPort80/PostCode.c index 358c9ba1da..f47a8aba05 100644 --- a/MdePkg/Library/BasePostCodeLibPort80/PostCode.c +++ b/MdePkg/Library/BasePostCodeLibPort80/PostCode.c @@ -12,11 +12,8 @@ **/
-
-
#include <Base.h>
-
#include <Library/PostCodeLib.h>
#include <Library/PcdLib.h>
#include <Library/IoLib.h>
@@ -36,7 +33,7 @@ @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
@@ -71,7 +68,7 @@ PostCode ( POST code value. This is an optional parameter that may
be NULL. Ihis parameter is ignored in this implementation.
- @return Value The 32-bit value to write to the POST card.
+ @return The 32-bit value to write to the POST card.
**/
UINT32
|