sys: wq: TopLevelIrp functionality

This commit is contained in:
Bill Zissimopoulos 2016-03-02 14:39:24 -08:00
parent 5203a0360d
commit a7f1316ffe

View File

@ -552,8 +552,7 @@ NTSTATUS FspIopDispatchComplete(PIRP Irp, const FSP_FSCTL_TRANSACT_RSP *Response
/* work queue processing */
enum
{
FspWqRequestIrpAndFlags = 0,
FspWqRequestWorkRoutine = 1,
FspWqRequestWorkRoutine = 3,
};
typedef NTSTATUS FSP_WQ_REQUEST_WORK(
PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp,