]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / EcpPciCfg / EcpPciCfg.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.h
deleted file mode 100644 (file)
index b7adbda..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2008, 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
- PciCfg.h\r
-\r
-Abstract:\r
-\r
-  This PPI which is same with PciCfg PPI. But Modify API is removed.\r
-\r
---*/\r
-\r
-#ifndef _ECP_PEI_PCI_CFG_H_\r
-#define _ECP_PEI_PCI_CFG_H_\r
-#include EFI_PPI_DEFINITION (PciCfg)\r
-\r
-#define ECP_PEI_PCI_CFG_PPI_GUID \\r
-    {0xb0ee53d4, 0xa049, 0x4a79, { 0xb2, 0xff, 0x19, 0xd9, 0xfa, 0xef, 0xaa, 0x94 }}\r
-\r
-EFI_FORWARD_DECLARATION (ECP_PEI_PCI_CFG_PPI);\r
-\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *ECP_PEI_PCI_CFG_PPI_IO) (\r
-  IN EFI_PEI_SERVICES         **PeiServices,\r
-  IN ECP_PEI_PCI_CFG_PPI      *This,\r
-  IN PEI_PCI_CFG_PPI_WIDTH    Width,\r
-  IN UINT64                   Address,\r
-  IN OUT VOID                 *Buffer\r
-  );\r
-\r
-struct _ECP_PEI_PCI_CFG_PPI {\r
-  ECP_PEI_PCI_CFG_PPI_IO  Read;\r
-  ECP_PEI_PCI_CFG_PPI_IO  Write;\r
-};\r
-\r
-extern EFI_GUID gEcpPeiPciCfgPpiGuid;\r
-\r
-#endif\r
-\r