X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FAHCI%2Fsata.h;h=7730c7532e50e5294b79b3483d19d7a8009f3595;hb=cdf177534936e5380ff41a5c073367553e8a55bf;hp=f17b72422adb0534284bcc2203a5d74543880855;hpb=a580a34d1314a85534ae51a2b62114127fe03c3b;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/AHCI/sata.h b/KernelLand/Modules/Storage/AHCI/sata.h index f17b7242..7730c753 100644 --- a/KernelLand/Modules/Storage/AHCI/sata.h +++ b/KernelLand/Modules/Storage/AHCI/sata.h @@ -8,8 +8,11 @@ #ifndef _AHCI__SATA_H_ #define _AHCI__SATA_H_ +#include "ata.h" + enum eSATA_FIS_Types { + SATA_FIS_H2DRegister = 0x27, SATA_FIS_D2HRegister = 0x34, SATA_FIS_DMASetup = 0x41, SATA_FIS_Data = 0x46,