summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:51 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:59:51 -0800
commit39769961b842895bddecbae7d823e894a6a11d17 (patch)
tree8e8d3227c01fa99ca8e5ba680ee266d6f88b7f3b /include/linux/ide.h
parenta914dd8b3b9ee9ccb2659b55fc98933c9f2a9c73 (diff)
v2.5.1.6 -> v2.5.1.7
- Jeff Garzik: fix up loop and md for struct kdev_t typechecking - Jeff Garzik: improved old-tulip network driver - Arnaldo: more scsi driver bio updates - Kai Germaschewski: ISDN updates - various: kdev_t updates
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index e76cd83d297b..a8e2d11c46a7 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -917,6 +917,12 @@ int ide_system_bus_speed (void);
int ide_multwrite (ide_drive_t *drive, unsigned int mcount);
/*
+ * idedisk_input_data() is a wrapper around ide_input_data() which copes
+ * with byte-swapping the input data if required.
+ */
+inline void idedisk_input_data (ide_drive_t *drive, void *buffer, unsigned int wcount);
+
+/*
* ide_stall_queue() can be used by a drive to give excess bandwidth back
* to the hwgroup by sleeping for timeout jiffies.
*/