diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c index eecf38db58..b1f5ebff09 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c @@ -17,7 +17,7 @@ //
// Event for Exit Boot Services Callback
//
-STATIC EFI_EVENT mExitBootServicesEvent = NULL;
+EFI_EVENT mExitBootServicesEvent = NULL;
/**
Report status code to all supported device.
@@ -59,7 +59,6 @@ ReportDispatcher ( //
// Declaration of status code protocol.
//
-STATIC
EFI_STATUS_CODE_PROTOCOL mEfiStatusCodeProtocol = {
ReportDispatcher
};
|