Refine include file for PCI Platform Protocol, and update C source code accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1727,9 +1727,9 @@ NotifyPhase (
|
||||
HostBridgeHandle = PciRootBridgeIo->ParentHandle;
|
||||
|
||||
//
|
||||
// Call PlatformPci::PhaseNotify() if the protocol is present.
|
||||
// Call PlatformPci::PlatformNotify() if the protocol is present.
|
||||
//
|
||||
gPciPlatformProtocol->PhaseNotify (
|
||||
gPciPlatformProtocol->PlatformNotify (
|
||||
gPciPlatformProtocol,
|
||||
HostBridgeHandle,
|
||||
Phase,
|
||||
@@ -1744,9 +1744,9 @@ NotifyPhase (
|
||||
|
||||
if (gPciPlatformProtocol != NULL) {
|
||||
//
|
||||
// Call PlatformPci::PhaseNotify() if the protocol is present.
|
||||
// Call PlatformPci::PlatformNotify() if the protocol is present.
|
||||
//
|
||||
gPciPlatformProtocol->PhaseNotify (
|
||||
gPciPlatformProtocol->PlatformNotify (
|
||||
gPciPlatformProtocol,
|
||||
HostBridgeHandle,
|
||||
Phase,
|
||||
|
Reference in New Issue
Block a user