diff options
Diffstat (limited to 'DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c')
-rw-r--r-- | DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c b/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c index 9979d47c4e..f6d8c80fc0 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c @@ -46,8 +46,8 @@ Revision History //
// Local variables for performing SAL Proc calls
//
-static PLABEL mSalProcPlabel;
-static CALL_SAL_PROC mGlobalSalProc;
+PLABEL mSalProcPlabel;
+CALL_SAL_PROC mGlobalSalProc;
EFI_STATUS
PcatRootBridgeIoIoRead (
|