summaryrefslogtreecommitdiffstats
path: root/include/linux/ata.h
diff options
context:
space:
mode:
authorJeff Garzik2007-05-28 14:30:36 +0200
committerJeff Garzik2007-07-09 18:17:33 +0200
commitab2181cf390902f0371f30e4ebeb407b4aaa7314 (patch)
tree4d1acf61f9d013f7da33eb3aad0bf474b405268d /include/linux/ata.h
parent[libata] sata_sx4, sata_via: minor documentation updates (diff)
downloadkernel-qcow2-linux-ab2181cf390902f0371f30e4ebeb407b4aaa7314.tar.gz
kernel-qcow2-linux-ab2181cf390902f0371f30e4ebeb407b4aaa7314.tar.xz
kernel-qcow2-linux-ab2181cf390902f0371f30e4ebeb407b4aaa7314.zip
[ATA] Add named constant for ATAPI command DEVICE RESET
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r--include/linux/ata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h
index 703febb2df31..407dc7e098bc 100644
--- a/include/linux/ata.h
+++ b/include/linux/ata.h
@@ -126,6 +126,7 @@ enum {
ATA_REG_IRQ = ATA_REG_NSECT,
/* ATA device commands */
+ ATA_CMD_DEV_RESET = 0x08, /* ATAPI device reset */
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 */