X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fata.h;h=a614724b8e9313ff35e92bade501e4613efc0616;hb=70656c79f3c85df77b65cda0237f5454851186ca;hp=3b2d737e6176cacdef08122fdf7006ac844f8a65;hpb=5c877b1ae0a4219ed6bd8d32cf3f7106b81ecb3b;p=oweals%2Fu-boot.git diff --git a/include/ata.h b/include/ata.h index 3b2d737e61..a614724b8e 100644 --- a/include/ata.h +++ b/include/ata.h @@ -114,6 +114,9 @@ #define ATA_CMD_WRITE_EXT 0x34 /* Write Sectores (with retries) with 48bit addressing */ #define ATA_CMD_VRFY_EXT 0x42 /* Read Verify (with retries) with 48bit addressing */ +#define ATA_CMD_FLUSH 0xE7 /* Flush drive cache */ +#define ATA_CMD_FLUSH_EXT 0xEA /* Flush drive cache, with 48bit addressing */ + /* * ATAPI Commands */