]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Include/IndustryStandard/pci30.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / OldMdePkg / Include / IndustryStandard / pci30.h
diff --git a/OldMdePkg/Include/IndustryStandard/pci30.h b/OldMdePkg/Include/IndustryStandard/pci30.h
deleted file mode 100644 (file)
index 0272ee5..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/** @file\r
-  Support for PCI 3.0 standard.\r
-\r
-  Copyright (c) 2006, Intel Corporation                                                         \r
-  All rights reserved. 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:  pci30.h\r
-\r
-**/\r
-\r
-#ifndef _PCI30_H\r
-#define _PCI30_H\r
-\r
-//#include "pci23.h"\r
-\r
-#define PCI_CLASS_MASS_STORAGE_SATADPA   0x06\r
-\r
-#pragma pack(push, 1)\r
-\r
-typedef struct {\r
-  UINT32  Signature;    // "PCIR"\r
-  UINT16  VendorId;\r
-  UINT16  DeviceId;\r
-  UINT16  DeviceListOffset;\r
-  UINT16  Length;\r
-  UINT8   Revision;\r
-  UINT8   ClassCode[3];\r
-  UINT16  ImageLength;\r
-  UINT16  CodeRevision;\r
-  UINT8   CodeType;\r
-  UINT8   Indicator;\r
-  UINT16  MaxRuntimeImageLength;\r
-  UINT16  ConfigUtilityCodeHeaderOffset;\r
-  UINT16  DMTFCLPEntryPointOffset;\r
-} PCI_3_0_DATA_STRUCTURE;\r
-\r
-#pragma pack(pop)\r
-\r
-#endif\r