patch-2.3.46 linux/drivers/scsi/scsi.h
Next file: linux/drivers/scsi/scsi_lib.c
Previous file: linux/drivers/scsi/scsi.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Feb 16 15:42:05 2000
- Orig file:
v2.3.45/linux/drivers/scsi/scsi.h
- Orig date:
Thu Feb 10 17:11:13 2000
diff -u --recursive --new-file v2.3.45/linux/drivers/scsi/scsi.h linux/drivers/scsi/scsi.h
@@ -16,6 +16,7 @@
#define _SCSI_H
#include <linux/config.h> /* for CONFIG_SCSI_LOGGING */
+#include <linux/devfs_fs_kernel.h>
#include <linux/proc_fs.h>
/*
@@ -512,6 +513,7 @@
int access_count; /* Count of open channels/mounts */
void *hostdata; /* available to low-level driver */
+ devfs_handle_t de; /* directory for the device */
char type;
char scsi_level;
char vendor[8], model[16], rev[4];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)