]> err.no Git - linux-2.6/blobdiff - include/linux/ata.h
Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/git...
[linux-2.6] / include / linux / ata.h
index 19c3e2853f1738ac1eb54d94276d2d78bdb4b6bf..a5b74efab0679ae2a1f17dd6329596bf89c531ea 100644 (file)
@@ -113,6 +113,8 @@ enum {
 
        /* ATA device commands */
        ATA_CMD_CHK_POWER       = 0xE5, /* check power mode */
+       ATA_CMD_STANDBY         = 0xE2, /* place in standby power mode */
+       ATA_CMD_IDLE            = 0xE3, /* place in idle power mode */
        ATA_CMD_EDD             = 0x90, /* execute device diagnostic */
        ATA_CMD_FLUSH           = 0xE7,
        ATA_CMD_FLUSH_EXT       = 0xEA,