patch-1.3.61 linux/drivers/scsi/NCR5380.c
Next file: linux/drivers/scsi/t128.c
Previous file: linux/drivers/net/slip.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Feb 9 07:50:17 1996
- Orig file:
v1.3.60/linux/drivers/scsi/NCR5380.c
- Orig date:
Wed Feb 7 15:11:27 1996
diff -u --recursive --new-file v1.3.60/linux/drivers/scsi/NCR5380.c linux/drivers/scsi/NCR5380.c
@@ -68,6 +68,8 @@
* the high level code.
*/
+#include "g_NCR5380.h"
+
#if (NDEBUG & NDEBUG_LISTS)
#define LIST(x,y) {printk("LINE:%d Adding %p to %p\n", __LINE__, (void*)(x), (void*)(y)); if ((x)==(y)) udelay(5); }
#define REMOVE(w,x,y,z) {printk("LINE:%d Removing: %p->%p %p->%p \n", __LINE__, (void*)(w), (void*)(x), (void*)(y), (void*)(z)); if ((x)==(y)) udelay(5); }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this