1. NAME

sdev_evt_send - send asserted event to uevent thread

2. SYNOPSIS

void sdev_evt_send(struct scsi_device *  sdev , struct scsi_event *  evt );

3. ARGUMENTS

sdev
    scsi_device event occurred on

evt
    event to send

4. DESCRIPTION

Assert scsi device event asynchronously.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT