NCR_700_intr
EXPORT_SYMBOL(NCR_700_intr);
irqreturn_t NCR_700_intr(int, void *);
if (request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "a4000t-scsi",
if (request_irq(BVME_IRQ_SCSI, NCR_700_intr, 0, "bvme6000-scsi",
if(request_irq(dev->irq, NCR_700_intr, IRQF_SHARED, "lasi700", host)) {
if (request_irq(host->irq, NCR_700_intr, 0, "mvme16x-scsi", host)) {
if (request_irq(irq, NCR_700_intr, IRQF_SHARED, "sim710", host)) {
if(request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "snirm710", host)) {
if (request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "zorro7xx-scsi",