--- linux/kernel/blk_drv/scsi/scsi.h 2018/04/24 18:13:29 1.1.1.2 +++ linux/kernel/blk_drv/scsi/scsi.h 2018/04/24 18:15:28 1.1.1.3 @@ -9,7 +9,7 @@ #ifndef _SCSI_H #define _SCSI_H /* - $Header: /var/lib/cvsd/linux/linux/kernel/blk_drv/scsi/scsi.h,v 1.1.1.2 2018/04/24 18:13:29 root Exp $ + $Header: /var/lib/cvsd/linux/linux/kernel/blk_drv/scsi/scsi.h,v 1.1.1.3 2018/04/24 18:15:28 root Exp $ For documentation on the OPCODES, MESSAGES, and SENSE values, please consult the SCSI standard. @@ -254,6 +254,9 @@ extern void scsi_dev_init (void); /* You guesed it. This sends a command to the selected SCSI host + +extern void print_inquiry(unsigned char *data); + */