]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.h
Enable Idebus to use the Atapi.h defined in MdePkg/Include/IndustryStandard
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBus / Dxe / idebus.h
index a0c90fd3a785a83ac84f5b17c2a5f685eecdd197..13fa1b51309519e34dc524a0b209ca822262a36a 100644 (file)
@@ -2,13 +2,13 @@
   Header file for IDE Bus Driver.\r
 \r
   Copyright (c) 2006 - 2007 Intel Corporation. <BR>\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
+  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
+  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
 **/\r
 \r
@@ -19,8 +19,7 @@
 //\r
 // The package level header files this module uses\r
 //\r
-#include <PiDxe.h>\r
-#include <Common/FrameworkStatusCode.h>\r
+#include <FrameworkDxe.h>\r
 //\r
 // The protocols, PPI and GUID defintions for this module\r
 //\r
@@ -90,12 +89,12 @@ typedef struct {
   IDE_BASE_REGISTERS          *IoPort;\r
   UINT16                      AtapiError;\r
 \r
-  INQUIRY_DATA                *pInquiryData;\r
+  ATAPI_INQUIRY_DATA                *pInquiryData;\r
   EFI_IDENTIFY_DATA           *pIdData;\r
   ATA_PIO_MODE                PioMode;\r
   EFI_ATA_MODE                UdmaMode;\r
   CHAR8                       ModelName[41];\r
-  REQUEST_SENSE_DATA          *SenseData;\r
+  ATAPI_REQUEST_SENSE_DATA          *SenseData;\r
   UINT8                       SenseDataNumber;\r
   UINT8                       *Cache;\r
 \r