mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
beb9b90014
commit
6d642190b6
|
@ -74,7 +74,7 @@ typedef struct _EFI_ATA_STATUS_BLOCK {
|
||||||
UINT8 AtaSectorNumberExp;
|
UINT8 AtaSectorNumberExp;
|
||||||
UINT8 AtaCylinderLowExp;
|
UINT8 AtaCylinderLowExp;
|
||||||
UINT8 AtaCylinderHighExp;
|
UINT8 AtaCylinderHighExp;
|
||||||
UINT8 Reserved2;
|
UINT8 Reserved;
|
||||||
UINT8 AtaSectorCount;
|
UINT8 AtaSectorCount;
|
||||||
UINT8 AtaSectorCountExp;
|
UINT8 AtaSectorCountExp;
|
||||||
UINT8 Reserved2[6];
|
UINT8 Reserved2[6];
|
||||||
|
|
Loading…
Reference in New Issue