diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index ae965a3de9..ae83c4a82c 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -1155,10 +1155,11 @@ void ide_dma_on(ide_drive_t *); | |||
| 1155 | int ide_set_dma(ide_drive_t *); | 1155 | int ide_set_dma(ide_drive_t *); |
| 1156 | ide_startstop_t ide_dma_intr(ide_drive_t *); | 1156 | ide_startstop_t ide_dma_intr(ide_drive_t *); |
| 1157 | 1157 | ||
| 1158 | int ide_build_sglist(ide_drive_t *, struct request *); | ||
| 1159 | void ide_destroy_dmatable(ide_drive_t *); | ||
| 1160 | |||
| 1158 | #ifdef CONFIG_BLK_DEV_IDEDMA_PCI | 1161 | #ifdef CONFIG_BLK_DEV_IDEDMA_PCI |
| 1159 | extern int ide_build_sglist(ide_drive_t *, struct request *); | ||
| 1160 | extern int ide_build_dmatable(ide_drive_t *, struct request *); | 1162 | extern int ide_build_dmatable(ide_drive_t *, struct request *); |
| 1161 | extern void ide_destroy_dmatable(ide_drive_t *); | ||
| 1162 | extern int ide_release_dma(ide_hwif_t *); | 1163 | extern int ide_release_dma(ide_hwif_t *); |
| 1163 | extern void ide_setup_dma(ide_hwif_t *, unsigned long); | 1164 | extern void ide_setup_dma(ide_hwif_t *, unsigned long); |
| 1164 | 1165 | ||
