diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-21 01:58:17 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-21 01:58:17 +0000 |
commit | 6d642190b6fdc60aa14056de69dc8f4f4aeda11c (patch) | |
tree | b6eb5fe9f7a2520a6903911b3407fe4a63cce00d /MdePkg/Include | |
parent | beb9b90014946eb26c507a462f5ba94750608d2f (diff) | |
download | edk2-platforms-6d642190b6fdc60aa14056de69dc8f4f4aeda11c.tar.xz |
Rename one field in "EFI_ATA_STATUS_BLOCK" to make it a legal C structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9352 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/AtaPassThru.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/AtaPassThru.h b/MdePkg/Include/Protocol/AtaPassThru.h index e1aad526fc..86d56418e9 100644 --- a/MdePkg/Include/Protocol/AtaPassThru.h +++ b/MdePkg/Include/Protocol/AtaPassThru.h @@ -74,7 +74,7 @@ typedef struct _EFI_ATA_STATUS_BLOCK { UINT8 AtaSectorNumberExp;
UINT8 AtaCylinderLowExp;
UINT8 AtaCylinderHighExp;
- UINT8 Reserved2;
+ UINT8 Reserved;
UINT8 AtaSectorCount;
UINT8 AtaSectorCountExp;
UINT8 Reserved2[6];
|