]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/PciCfg2.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / PciCfg2 / PciCfg2.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/PciCfg2.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/PciCfg2.h
deleted file mode 100644 (file)
index ed22a1a..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
- PciCfg2.h\r
-\r
-Abstract:\r
-\r
-  PciCfg2 PPI as defined in PI1.0 specification\r
-\r
-  Used to access PCI configuration space in PEI\r
-\r
---*/\r
-\r
-#ifndef _PEI_PCI_CFG2_H_\r
-#define _PEI_PCI_CFG2_H_\r
-#include "EfiPciCfg.h"\r
-\r
-#define EFI_PEI_PCI_CFG2_PPI_GUID \\r
-  { \\r
-    0x57a449a, 0x1fdc, 0x4c06, {0xbf, 0xc9, 0xf5, 0x3f, 0x6a, 0x99, 0xbb, 0x92} \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (EFI_PEI_PCI_CFG2_PPI);\r
-\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PEI_PCI_CFG_PPI_IO) (\r
-  IN CONST EFI_PEI_SERVICES         **PeiServices,\r
-  IN CONST EFI_PEI_PCI_CFG2_PPI     *This,\r
-  IN EFI_PEI_PCI_CFG_PPI_WIDTH      Width,\r
-  IN UINT64                         Address,\r
-  IN OUT VOID                       *Buffer\r
-  );\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PEI_PCI_CFG_PPI_RW) (\r
-  IN CONST EFI_PEI_SERVICES         **PeiServices,\r
-  IN CONST EFI_PEI_PCI_CFG2_PPI     *This,\r
-  IN EFI_PEI_PCI_CFG_PPI_WIDTH      Width,\r
-  IN UINT64                         Address,\r
-  IN VOID                           *SetBits,\r
-  IN VOID                           *ClearBits\r
-  );\r
-\r
-struct _EFI_PEI_PCI_CFG2_PPI {\r
-  EFI_PEI_PCI_CFG_PPI_IO  Read;\r
-  EFI_PEI_PCI_CFG_PPI_IO  Write;\r
-  EFI_PEI_PCI_CFG_PPI_RW  Modify;\r
-  UINT16                  Segment;\r
-};\r
-\r
-extern EFI_GUID gPeiPciCfg2PpiGuid;\r
-\r
-#endif\r