diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 05:36:19 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 05:36:19 +0000 |
commit | 273d2d3f088219044b9b7813ad10c476b7766024 (patch) | |
tree | af568a3d366aa8dff524463ca5d5a9b51188ed0b /IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c | |
parent | 29f766e44cbd8ec98c82d179be12fac9d80fd6c4 (diff) | |
download | edk2-platforms-273d2d3f088219044b9b7813ad10c476b7766024.tar.xz |
Update comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8603 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c')
-rw-r--r-- | IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index 7e8431fef2..1c2192a11d 100644 --- a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -34,6 +34,7 @@ EFI_REPORT_STATUS_CODE mReportStatusCode = NULL; Locate the report status code service.
@return Function pointer to the report status code service.
+ NULL is returned if no status code service is available.
**/
EFI_REPORT_STATUS_CODE
|