X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FPcatSingleSegmentPciCfg2Pei%2FPciCfg2.c;h=47450d3a09bd95ed6cacf5c0be42c46c45ae25be;hp=d0ebe8de62ec2469b6836c11d8ed2ddfbf7db8ac;hb=fb0b259e4e440577dcd6ba6722c252d90605b3e9;hpb=ed7752ec44001d317f79c8631dccd9650c396617 diff --git a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c index d0ebe8de62..47450d3a09 100644 --- a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c +++ b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c @@ -1,4 +1,5 @@ -/** +/** @file + Installs Single Segment Pci Configuration PPI. Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -27,9 +28,9 @@ @param Address PCI address with EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS format. - + @return The PCI address with PCI_LIB_ADDRESS format. - + **/ STATIC UINTN @@ -69,7 +70,7 @@ PciCfgAddressConvert ( **/ EFI_STATUS -EFIAPI +EFIAPI PciCfg2Read ( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, @@ -103,7 +104,7 @@ PciCfg2Read ( **/ EFI_STATUS -EFIAPI +EFIAPI PciCfg2Write ( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, @@ -143,7 +144,7 @@ PciCfg2Write ( **/ EFI_STATUS -EFIAPI +EFIAPI PciCfg2Modify ( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, @@ -209,7 +210,7 @@ EFI_PEI_PPI_DESCRIPTOR gPciCfg2PpiList = { **/ EFI_STATUS -EFIAPI +EFIAPI PciCfg2Read ( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, @@ -260,7 +261,7 @@ PciCfg2Read ( **/ EFI_STATUS -EFIAPI +EFIAPI PciCfg2Write ( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, @@ -317,7 +318,7 @@ PciCfg2Write ( **/ EFI_STATUS -EFIAPI +EFIAPI PciCfg2Modify ( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This,