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:
xli24
2009-06-19 09:35:07 +00:00
parent 0f13d71cfb
commit 7698f336b7
2 changed files with 43 additions and 29 deletions

View File

@@ -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,