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