From 9f6531d14d145918079d03926ff827f6c1a274a4 Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 24 Apr 2009 07:30:54 +0000 Subject: Adjust the code so that global variable placed at beginning of file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8172 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework') diff --git a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h index 25262bc0b3..5229061ff2 100644 --- a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h +++ b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h @@ -32,6 +32,7 @@ #include #include +extern EFI_REPORT_STATUS_CODE mReportStatusCode; /** Locate he report status code service. @@ -129,7 +130,5 @@ InternalReportStatusCodeEx ( IN UINTN ExtendedDataSize ); -extern EFI_REPORT_STATUS_CODE mReportStatusCode; - #endif // __REPORT_STATUS_CODE_LIB_INTERNAL__H -- cgit v1.2.3