From ed7752ec44001d317f79c8631dccd9650c396617 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 10 Apr 2008 07:13:54 +0000 Subject: Add some function/header comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5037 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib') diff --git a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c index a335ae74c3..973e14b07a 100644 --- a/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c @@ -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
All rights reserved. This program and the accompanying materials @@ -12,7 +13,6 @@ **/ - #include #include #include @@ -528,3 +528,4 @@ ReportDebugCodeEnabled ( { return (BOOLEAN) ((PcdGet8(PcdReportStatusCodePropertyMask) & REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED) != 0); } + -- cgit v1.2.3