X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FPpi%2FPciCfg.h;h=6749a4acb00e40f6a273cec7eb24b9566d37066d;hp=ded452a16c3f126d71fd7587cbbf5007a2b00d0c;hb=1c2f052de2064a0f973aa27767516dfbd90b4fbd;hpb=0a6f48249a601f88af124ae1ff6814b195b699c3 diff --git a/IntelFrameworkPkg/Include/Ppi/PciCfg.h b/IntelFrameworkPkg/Include/Ppi/PciCfg.h index ded452a16c..6749a4acb0 100644 --- a/IntelFrameworkPkg/Include/Ppi/PciCfg.h +++ b/IntelFrameworkPkg/Include/Ppi/PciCfg.h @@ -1,14 +1,14 @@ /** @file This file declares the PciCfg PPI used to access the PCI configuration space in PEI -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made available under -the terms and conditions of the BSD License that accompanies this distribution. +Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under +the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +http://opensource.org/licenses/bsd-license.php. + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @par Revision Reference: This PPI is defined in PEI CIS @@ -85,7 +85,7 @@ EFI_STATUS ); /** - The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI + 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_CFG_PPI { @@ -93,12 +93,12 @@ struct _EFI_PEI_PCI_CFG_PPI { /// PCI read services. See the Read() function description. /// EFI_PEI_PCI_CFG_PPI_IO Read; - + /// /// PCI write services. See the Write() function description. /// EFI_PEI_PCI_CFG_PPI_IO Write; - + /// /// PCI read-modify-write services. See the Modify() function description. ///