Add some function/header comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5037 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
/** @file
|
||||
Report Status Code Library for DXE Phase.
|
||||
Implementation for ReportStatusCodeLib library class. This
|
||||
library instance can be used to any phase: SEC/PEI/DXE.
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation<BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -12,7 +13,6 @@
|
||||
|
||||
**/
|
||||
|
||||
|
||||
#include <Base.h>
|
||||
#include <Framework/StatusCode.h>
|
||||
#include <Guid/StatusCodeDataTypeId.h>
|
||||
@ -528,3 +528,4 @@ ReportDebugCodeEnabled (
|
||||
{
|
||||
return (BOOLEAN) ((PcdGet8(PcdReportStatusCodePropertyMask) & REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED) != 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user