]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/scsi/dtc.h
tg3: Apply 10Mbps fix to all 57765 revisions
[net-next-2.6.git] / drivers / scsi / dtc.h
index ed73629eb2f9d6d6705b2a20e1608726f205fd1f..0b205f8c732682583b1d939a408066615b07fa22 100644 (file)
 #ifndef DTC3280_H
 #define DTC3280_H
 
+#define DTCDEBUG 0
+#define DTCDEBUG_INIT  0x1
+#define DTCDEBUG_TRANSFER 0x2
+
 static int dtc_abort(Scsi_Cmnd *);
 static int dtc_biosparam(struct scsi_device *, struct block_device *,
                         sector_t, int*);
-static int dtc_detect(Scsi_Host_Template *);
+static int dtc_detect(struct scsi_host_template *);
 static int dtc_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
 static int dtc_bus_reset(Scsi_Cmnd *);