aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index d5d832271f44..c2841c0c36c8 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -352,6 +352,8 @@ struct ide_cmd {
352 352
353 unsigned int nbytes; 353 unsigned int nbytes;
354 unsigned int nleft; 354 unsigned int nleft;
355 unsigned int last_xfer_len;
356
355 struct scatterlist *cursg; 357 struct scatterlist *cursg;
356 unsigned int cursg_ofs; 358 unsigned int cursg_ofs;
357 359
@@ -1226,6 +1228,8 @@ ide_startstop_t ide_issue_pc(ide_drive_t *, struct ide_cmd *);
1226 1228
1227ide_startstop_t do_rw_taskfile(ide_drive_t *, struct ide_cmd *); 1229ide_startstop_t do_rw_taskfile(ide_drive_t *, struct ide_cmd *);
1228 1230
1231void ide_pio_bytes(ide_drive_t *, struct ide_cmd *, unsigned int, unsigned int);
1232
1229void ide_finish_cmd(ide_drive_t *, struct ide_cmd *, u8); 1233void ide_finish_cmd(ide_drive_t *, struct ide_cmd *, u8);
1230 1234
1231int ide_raw_taskfile(ide_drive_t *, struct ide_cmd *, u8 *, u16); 1235int ide_raw_taskfile(ide_drive_t *, struct ide_cmd *, u8 *, u16);