NAME
DeleteExtIO - return memory allocated for extended IO request
SYNOPSIS
DeleteExtIO(ioReq);
VOID DeleteExtIO(struct IORequest *);
Links: IORequest
FUNCTION
Frees up an IO request as allocated by CreateExtIO.
INPUTS
ioReq - the IORequest block to be freed, or NULL.
SEE ALSO