]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Guid/PciExpressBaseAddress/PciExpressBaseAddress.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Guid / PciExpressBaseAddress / PciExpressBaseAddress.h
diff --git a/EdkCompatibilityPkg/Foundation/Guid/PciExpressBaseAddress/PciExpressBaseAddress.h b/EdkCompatibilityPkg/Foundation/Guid/PciExpressBaseAddress/PciExpressBaseAddress.h
deleted file mode 100644 (file)
index 5197393..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, 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
-    PciExpressBaseAddress.h\r
-    \r
-Abstract:\r
-\r
-\r
-   GUIDs used for PciExpress Base Address\r
-\r
---*/\r
-\r
-#ifndef _EFI_PCI_EXPRESS_BASE_ADDRESS_H_\r
-#define _EFI_PCI_EXPRESS_BASE_ADDRESS_H_\r
-\r
-#define EFI_PCI_EXPRESS_BASE_ADDRESS_GUID \\r
-  { \\r
-    0x3677d529, 0x326f, 0x4603, {0xa9, 0x26, 0xea, 0xac, 0xe0, 0x1d, 0xcb, 0xb0} \\r
-  }\r
-\r
-//\r
-// Following structure defines PCI Express Base Address information.\r
-// This information is platform specific, and built into hob in PEI phase.\r
-// It can be consumed by PEI PCI driver and DXE PCI driver.\r
-//\r
-#pragma pack(1)\r
-typedef struct _EFI_PCI_EXPRESS_BASE_ADDRESS_INFORMATION {\r
-  UINT32       HostBridgeNumber;\r
-  UINT32       RootBridgeNumber;\r
-  UINT64       PciExpressBaseAddress;\r
-} EFI_PCI_EXPRESS_BASE_ADDRESS_INFORMATION;\r
-#pragma pack()\r
-\r
-extern EFI_GUID gEfiPciExpressBaseAddressGuid;\r
-\r
-#endif\r