X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fscsi%2Fdtc.h;h=277cd015ee4ec556d5d16c41d1cb098fa35bbb6d;hb=c1b054d03f5b31c33eaa0b267c629b118eaf3790;hp=ed73629eb2f9d6d6705b2a20e1608726f205fd1f;hpb=3afa294c40013be5d8180005002e3f648d04d942;p=karo-tx-linux.git diff --git a/drivers/scsi/dtc.h b/drivers/scsi/dtc.h index ed73629eb2f9..277cd015ee4e 100644 --- a/drivers/scsi/dtc.h +++ b/drivers/scsi/dtc.h @@ -28,6 +28,10 @@ #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*);