aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index e35ff6827897..e20e0b5c1739 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -396,6 +396,7 @@ enum {
396 * This is used for several packet commands (not for READ/WRITE commands). 396 * This is used for several packet commands (not for READ/WRITE commands).
397 */ 397 */
398#define IDE_PC_BUFFER_SIZE 256 398#define IDE_PC_BUFFER_SIZE 256
399#define ATAPI_WAIT_PC (60 * HZ)
399 400
400struct ide_atapi_pc { 401struct ide_atapi_pc {
401 /* actual packet bytes */ 402 /* actual packet bytes */
@@ -1253,10 +1254,11 @@ static inline unsigned long ide_scsi_get_timeout(struct ide_atapi_pc *pc)
1253} 1254}
1254 1255
1255int ide_scsi_expiry(ide_drive_t *); 1256int ide_scsi_expiry(ide_drive_t *);
1257int ide_cd_expiry(ide_drive_t *);
1256 1258
1257int ide_cd_get_xferlen(struct request *); 1259int ide_cd_get_xferlen(struct request *);
1258 1260
1259ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int, ide_expiry_t *); 1261ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int);
1260 1262
1261ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); 1263ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *);
1262 1264