patch-2.3.38 linux/drivers/scsi/sd.h

Next file: linux/drivers/scsi/sg.c
Previous file: linux/drivers/scsi/sd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/drivers/scsi/sd.h linux/drivers/scsi/sd.h
@@ -35,9 +35,12 @@
 	unsigned has_part_table:1;	/* has partition table */
 } Scsi_Disk;
 
-extern Scsi_Disk *rscsi_disks;
-
 extern int revalidate_scsidisk(kdev_t dev, int maxusage);
+
+/*
+ * Used by pmac to find the device associated with a target.
+ */
+extern kdev_t sd_find_target(void *host, int tgt);
 
 #define N_SD_MAJORS	8
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)