]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AtaPassThru.h
Clean up MdePkg source to correct some coding style issues, etc.
[mirror_edk2.git] / MdePkg / Include / Protocol / AtaPassThru.h
index 86d56418e97ddc38bf5cd5b4f70ea6451495223d..40e31d46a70a889ba34e2b2ff4955ee4b7ede21c 100644 (file)
@@ -3,7 +3,7 @@
   to send ATA Command Blocks to any ATA device attached to that ATA controller. The information\r
   includes the attributes of the ATA controller.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
+  Copyright (c) 2009 - 2010, 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
@@ -74,10 +74,10 @@ typedef struct _EFI_ATA_STATUS_BLOCK {
   UINT8 AtaSectorNumberExp;\r
   UINT8 AtaCylinderLowExp;\r
   UINT8 AtaCylinderHighExp; \r
-  UINT8 Reserved;\r
+  UINT8 Reserved2;\r
   UINT8 AtaSectorCount;\r
   UINT8 AtaSectorCountExp;\r
-  UINT8 Reserved2[6];\r
+  UINT8 Reserved3[6];\r
 } EFI_ATA_STATUS_BLOCK;\r
 \r
 typedef UINT8 EFI_ATA_PASS_THRU_CMD_PROTOCOL;\r