aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-04-17 22:37:18 +0200
committerJens Axboe <axboe@fb.com>2015-05-05 13:40:07 -0600
commitb0b93b48a30e809240ddd7449a6ad60a5ddf7b4d (patch)
tree52f9e294f03b76ab9cdbf8b48b45ca0263a7b1ce /include/linux/ide.h
parentblock: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h (diff)
downloadlinux-dev-b0b93b48a30e809240ddd7449a6ad60a5ddf7b4d.tar.xz
linux-dev-b0b93b48a30e809240ddd7449a6ad60a5ddf7b4d.zip
block: move REQ_TYPE_SENSE to the ide driver
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 62ac399144a6..9856b7d455d9 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -43,6 +43,7 @@ struct device;
enum ata_cmd_type_bits {
REQ_TYPE_ATA_TASKFILE = REQ_TYPE_DRV_PRIV + 1,
REQ_TYPE_ATA_PC,
+ REQ_TYPE_ATA_SENSE, /* sense request */
};
/* Error codes returned in rq->errors to the higher part of the driver. */