1. NAME

sdev_evt_send_simple - send asserted event to uevent thread

2. SYNOPSIS

void sdev_evt_send_simple(struct scsi_device *  sdev , enum scsi_device_event  evt_type , gfp_t  gfpflags );

3. ARGUMENTS

sdev
    scsi_device event occurred on

evt_type
    type of event to send

gfpflags
    GFP flags for allocation

4. DESCRIPTION

Assert scsi device event asynchronously, given an event type.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT