mirror of https://github.com/acidanthera/audk.git
ECP_PEI_PCI_CFG_PPI should be passed to ECP_PEI_PCI_CFG_PPI's function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6453 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
74c90c7e47
commit
a8d048d54d
|
@ -33,7 +33,7 @@ typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
(EFIAPI *ECP_PEI_PCI_CFG_PPI_IO) (
|
(EFIAPI *ECP_PEI_PCI_CFG_PPI_IO) (
|
||||||
IN EFI_PEI_SERVICES **PeiServices,
|
IN EFI_PEI_SERVICES **PeiServices,
|
||||||
IN PEI_PCI_CFG_PPI *This,
|
IN ECP_PEI_PCI_CFG_PPI *This,
|
||||||
IN PEI_PCI_CFG_PPI_WIDTH Width,
|
IN PEI_PCI_CFG_PPI_WIDTH Width,
|
||||||
IN UINT64 Address,
|
IN UINT64 Address,
|
||||||
IN OUT VOID *Buffer
|
IN OUT VOID *Buffer
|
||||||
|
|
Loading…
Reference in New Issue