X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_ioctl.h;h=edb9525386dadc40b38788787d6c92586dcf5e82;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=316c2fa044bacd9b80a707508a8c501aabd9ca6e;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/scsi/scsi_ioctl.h b/include/scsi/scsi_ioctl.h index 316c2fa04..edb952538 100644 --- a/include/scsi/scsi_ioctl.h +++ b/include/scsi/scsi_ioctl.h @@ -40,10 +40,9 @@ typedef struct scsi_fctargaddress { unsigned char host_wwn[8]; // include NULL term. } Scsi_FCTargAddress; -extern int scsi_ioctl(struct scsi_device *, int, void *); -extern int kernel_scsi_ioctl(struct scsi_device *, int , void *); -extern int scsi_ioctl_send_command(struct scsi_device *, - struct scsi_ioctl_command *); +extern int scsi_ioctl(struct scsi_device *, int, void __user *); +extern int scsi_nonblockable_ioctl(struct scsi_device *sdev, int cmd, + void __user *arg, struct file *filp); #endif /* __KERNEL__ */ #endif /* _SCSI_IOCTL_H */