Updated code

This commit is contained in:
Alex
2022-11-28 08:21:51 +02:00
parent cac91d5895
commit 0091fe5965
3 changed files with 6 additions and 6 deletions

View File

@ -116,7 +116,7 @@ struct HBACommandHeader
uint8_t CommandFISLength : 5;
uint8_t ATAPI : 1;
uint8_t Write : 1;
uint8_t Prefetchable : 1;
uint8_t Preferable : 1;
uint8_t Reset : 1;
uint8_t BIST : 1;
uint8_t ClearBusy : 1;