Update the function headers to Doxygen format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5410 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -15,27 +15,25 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
#include "HwErrRecSupport.h"
|
||||
|
||||
/**
|
||||
Set the HwErrRecSupport variable contains a binary UINT16 that supplies the
|
||||
level of support for Hardware Error Record Persistence that is implemented
|
||||
by the platform.
|
||||
|
||||
|
||||
@param HwErrRecSupportLevel
|
||||
zero value - Indicates that the platform implements no support for
|
||||
Hardware Error Record Persistence.
|
||||
non-zero value - Indicates that the platform implements Hardware Error
|
||||
Record Persistence.
|
||||
|
||||
@return VOID
|
||||
|
||||
**/
|
||||
VOID
|
||||
InitializeHwErrRecSupport (
|
||||
IN UINT16 HwErrRecSupportLevel
|
||||
)
|
||||
/*++
|
||||
|
||||
Routine Description:
|
||||
Set the HwErrRecSupport variable contains a binary UINT16 that supplies the
|
||||
level of support for Hardware Error Record Persistence that is implemented
|
||||
by the platform.
|
||||
|
||||
Arguments:
|
||||
HwErrRecSupportLevel
|
||||
zero value - Indicates that the platform implements no support for
|
||||
Hardware Error Record Persistence.
|
||||
non-zero value - Indicates that the platform implements Hardware Error
|
||||
Record Persistence.
|
||||
|
||||
Returns:
|
||||
|
||||
--*/
|
||||
{
|
||||
EFI_STATUS Status;
|
||||
|
||||
|
Reference in New Issue
Block a user