X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi.h;h=9c331258bc27a3792fdd90b23470e39cc168457d;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=c60b8ff2f5e4f5d7a2952a8fb0951a689ec451b1;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index c60b8ff2f..9c331258b 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -433,4 +433,6 @@ struct scsi_lun { /* Used to obtain the PCI location of a device */ #define SCSI_IOCTL_GET_PCI 0x5387 +int scsi_execute_in_process_context(void (*fn)(void *data), void *data); + #endif /* _SCSI_SCSI_H */