diff options
Diffstat (limited to 'include/scsi/scsi.h')
-rw-r--r-- | include/scsi/scsi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index 1651fef18831..b76d4006e36d 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h | |||
@@ -9,6 +9,7 @@ | |||
9 | #define _SCSI_SCSI_H | 9 | #define _SCSI_SCSI_H |
10 | 10 | ||
11 | #include <linux/types.h> | 11 | #include <linux/types.h> |
12 | #include <linux/scatterlist.h> | ||
12 | 13 | ||
13 | struct scsi_cmnd; | 14 | struct scsi_cmnd; |
14 | 15 | ||
@@ -104,6 +105,7 @@ struct scsi_cmnd; | |||
104 | #define UNMAP 0x42 | 105 | #define UNMAP 0x42 |
105 | #define READ_TOC 0x43 | 106 | #define READ_TOC 0x43 |
106 | #define READ_HEADER 0x44 | 107 | #define READ_HEADER 0x44 |
108 | #define GET_EVENT_STATUS_NOTIFICATION 0x4a | ||
107 | #define LOG_SELECT 0x4c | 109 | #define LOG_SELECT 0x4c |
108 | #define LOG_SENSE 0x4d | 110 | #define LOG_SENSE 0x4d |
109 | #define XDWRITEREAD_10 0x53 | 111 | #define XDWRITEREAD_10 0x53 |