patch-2.4.0-test9 linux/drivers/scsi/dmx3191d.h
Next file: linux/drivers/scsi/dtc.c
Previous file: linux/drivers/scsi/dmx3191d.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Sep 18 14:12:01 2000
- Orig file:
v2.4.0-test8/linux/drivers/scsi/dmx3191d.h
- Orig date:
Mon Mar 27 09:48:11 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/dmx3191d.h linux/drivers/scsi/dmx3191d.h
@@ -32,7 +32,6 @@
int dmx3191d_reset(Scsi_Cmnd *, unsigned int);
-#if defined(HOSTS_C) || defined(MODULE)
#define DMX3191D { \
proc_info: dmx3191d_proc_info, \
name: "Domex DMX3191D", \
@@ -49,10 +48,8 @@
cmd_per_lun: 2, \
use_clustering: DISABLE_CLUSTERING \
}
-#endif /* HOSTS_C || MODULE */
-#ifndef HOSTS_C
#define NCR5380_read(reg) inb(port + reg)
#define NCR5380_write(reg, value) outb(value, port + reg)
@@ -67,7 +64,6 @@
#define NCR5380_queue_command dmx3191d_queue_command
#define NCR5380_reset dmx3191d_reset
-#endif /* HOSTS_C */
#endif /* ASM */
#endif /* __DMX3191D_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)