X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FPciCfg2.h;fp=MdePkg%2FInclude%2FPpi%2FPciCfg2.h;h=cf738fe469ef57faaf2066c397ae4a1bfd4a0002;hp=fbf6fa787d90040fd21b8f267dd38df1560910d4;hb=44717a398fddc4df1f4aeaa70bcd7a043187ed34;hpb=66eebcf94f14a0888a09f6fe5aca16563411becf diff --git a/MdePkg/Include/Ppi/PciCfg2.h b/MdePkg/Include/Ppi/PciCfg2.h index fbf6fa787d..cf738fe469 100644 --- a/MdePkg/Include/Ppi/PciCfg2.h +++ b/MdePkg/Include/Ppi/PciCfg2.h @@ -153,24 +153,17 @@ EFI_STATUS IN VOID *ClearBits ); -/** - @par Ppi Description: - The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI - controllers behind a PCI root bridge controller. - - @param Read PCI read services. See the Read() function description. - - @param Write PCI write services. See the Write() function description. - - @param Modify PCI read-modify-write services. See the Modify() function description. - - @param Segment The PCI bus segment which the specified functions will access. - -**/ +/// +/// The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI +/// controllers behind a PCI root bridge controller. +/// struct _EFI_PEI_PCI_CFG2_PPI { EFI_PEI_PCI_CFG2_PPI_IO Read; EFI_PEI_PCI_CFG2_PPI_IO Write; EFI_PEI_PCI_CFG2_PPI_RW Modify; + /// + /// The PCI bus segment which the specified functions will access. + /// UINT16 Segment; };