1. NAME

sdev_evt_alloc - allocate a new scsi event

2. SYNOPSIS

struct scsi_event * sdev_evt_alloc(enum scsi_device_event  evt_type , gfp_t  gfpflags );

3. ARGUMENTS

evt_type
    type of event to allocate

gfpflags
    GFP flags for allocation

4. DESCRIPTION

Allocates and returns a new scsi_event.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT