summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.c')
-rw-r--r--EDK/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/EDK/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.c b/EDK/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.c
new file mode 100644
index 0000000..6a2194e
--- /dev/null
+++ b/EDK/Foundation/Framework/Ppi/EcpPciCfg/EcpPciCfg.c
@@ -0,0 +1,28 @@
+/*++
+
+Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
+This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which 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.
+
+Module Name:
+
+ EcpPciCfg.c
+
+Abstract:
+
+ This PPI which is same with PciCfg PPI. But Modify API is removed.
+
+--*/
+
+#include "Tiano.h"
+#include "Pei.h"
+#include EFI_PPI_DEFINITION (EcpPciCfg)
+
+EFI_GUID gEcpPeiPciCfgPpiGuid = ECP_PEI_PCI_CFG_PPI_GUID;
+
+EFI_GUID_STRING(&gEcpPeiPciCfgPpiGuid, "Ecp PciCfg", "Ecp PciCfg PPI");