]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.c
Add some function/header comments.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / BaseReportStatusCodeLib / BaseReportStatusCodeLib.c
index a335ae74c3224039b3e673a199e2b58b9585e897..973e14b07a0cb42b0dfe9217b64d75ec7c30b004 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
-  Report Status Code Library for DXE Phase.\r
+  Implementation for ReportStatusCodeLib library class. This \r
+  library instance can be used to any phase: SEC/PEI/DXE.\r
 \r
   Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
@@ -12,7 +13,6 @@
 \r
 **/\r
 \r
-\r
 #include <Base.h>\r
 #include <Framework/StatusCode.h>\r
 #include <Guid/StatusCodeDataTypeId.h>\r
@@ -528,3 +528,4 @@ ReportDebugCodeEnabled (
 {\r
   return (BOOLEAN) ((PcdGet8(PcdReportStatusCodePropertyMask) & REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED) != 0);\r
 }\r
+\r