diff options
Diffstat (limited to 'MdePkg/Library/BasePostCodeLibDebug/PostCode.c')
-rw-r--r-- | MdePkg/Library/BasePostCodeLibDebug/PostCode.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/MdePkg/Library/BasePostCodeLibDebug/PostCode.c b/MdePkg/Library/BasePostCodeLibDebug/PostCode.c index 4335acb1ae..974adceca7 100644 --- a/MdePkg/Library/BasePostCodeLibDebug/PostCode.c +++ b/MdePkg/Library/BasePostCodeLibDebug/PostCode.c @@ -1,5 +1,5 @@ /** @file
- Base Post Code Library instance based on Debug Library.
+ The instance of Post Code Library that layers on top of a Debug Library instance.
Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -12,11 +12,8 @@ **/
-
-
#include <Base.h>
-
#include <Library/PostCodeLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.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.
- @return Value The 32-bit value to write to the POST card.
+ @return The 32-bit value to write to the POST card.
**/
UINT32
|