return DRIVER(drive)->error(drive, "dma_intr", stat);
}
+EXPORT_SYMBOL_GPL(ide_dma_intr);
+
static int ide_build_sglist (ide_drive_t *drive, struct request *rq)
{
ide_hwif_t *hwif = HWIF(drive);
return 0; /* revert to PIO for this request */
}
+EXPORT_SYMBOL_GPL(ide_build_dmatable);
+
/* Teardown mappings after DMA has completed. */
void ide_destroy_dmatable (ide_drive_t *drive)
{
HWIF(drive)->sg_dma_active = 0;
}
+EXPORT_SYMBOL_GPL(ide_destroy_dmatable);
+
static int config_drive_for_dma (ide_drive_t *drive)
{
struct hd_driveid *id = drive->id;
BUG();
}
-
+EXPORT_SYMBOL_GPL(ide_setup_dma);