wd33c93.h (97eb3f24352ec6632c2127b35d8087d2a809a9b9) wd33c93.h (408bb25ba50c6abaf516d844fd62556ec89a0af2)
1/*
2 * wd33c93.h - Linux device driver definitions for the
3 * Commodore Amiga A2091/590 SCSI controller card
4 *
5 * IMPORTANT: This file is for version 1.25 - 09/Jul/1997
6 *
7 * Copyright (c) 1996 John Shifflett, GeoLog Consulting
8 * john@geolog.com

--- 331 unchanged lines hidden (view full) ---

340#define PR_STOP 1<<7
341
342
343void wd33c93_init (struct Scsi_Host *instance, const wd33c93_regs regs,
344 dma_setup_t setup, dma_stop_t stop, int clock_freq);
345int wd33c93_abort (struct scsi_cmnd *cmd);
346int wd33c93_queuecommand (struct Scsi_Host *h, struct scsi_cmnd *cmd);
347void wd33c93_intr (struct Scsi_Host *instance);
1/*
2 * wd33c93.h - Linux device driver definitions for the
3 * Commodore Amiga A2091/590 SCSI controller card
4 *
5 * IMPORTANT: This file is for version 1.25 - 09/Jul/1997
6 *
7 * Copyright (c) 1996 John Shifflett, GeoLog Consulting
8 * john@geolog.com

--- 331 unchanged lines hidden (view full) ---

340#define PR_STOP 1<<7
341
342
343void wd33c93_init (struct Scsi_Host *instance, const wd33c93_regs regs,
344 dma_setup_t setup, dma_stop_t stop, int clock_freq);
345int wd33c93_abort (struct scsi_cmnd *cmd);
346int wd33c93_queuecommand (struct Scsi_Host *h, struct scsi_cmnd *cmd);
347void wd33c93_intr (struct Scsi_Host *instance);
348int wd33c93_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int);
348int wd33c93_show_info(struct seq_file *, struct Scsi_Host *);
349int wd33c93_write_info(struct Scsi_Host *, char *, int);
349int wd33c93_host_reset (struct scsi_cmnd *);
350
351#endif /* WD33C93_H */
350int wd33c93_host_reset (struct scsi_cmnd *);
351
352#endif /* WD33C93_H */