]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h
Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definitions
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBus.h
index 8ba43459cf7d82b155531202228f4d71a7d23d12..34f5f40d274fecb9746a7f319f1aa5da13686550 100644 (file)
@@ -4,7 +4,7 @@
   This file defines common data structures, macro definitions and some module\r
   internal function header files.\r
 \r
-  Copyright (c) 2009 Intel Corporation. <BR>\r
+  Copyright (c) 2009 - 2010 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
@@ -24,7 +24,6 @@
 #include <Protocol/BlockIo.h>\r
 #include <Protocol/DiskInfo.h>\r
 #include <Protocol/DevicePath.h>\r
-#include <Protocol/IdeControllerInit.h>\r
 \r
 #include <Library/DebugLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
@@ -109,7 +108,7 @@ typedef struct {
   //\r
   // Cached data for ATA identify data\r
   //\r
-  EFI_IDENTIFY_DATA                 *IdentifyData;\r
+  ATA_IDENTIFY_DATA                 *IdentifyData;\r
 \r
   EFI_UNICODE_STRING_TABLE          *ControllerNameTable;\r
   CHAR16                            ModelName[MAX_MODEL_NAME_LEN + 1];\r