Function 68, subfunction 14 - wait for driver notify.
Parameters:
- eax = 68 - function number
- ebx = 14 - subfunction number
- ecx = pointer to the buffer for information (8 bytes)
Returned value:
- buffer pointed to by ecx contains the following information:
- +0: dword: constant EV_INTR = 1
- +4: dword: driver data
Remarks:
- The current implementation at wait time uses "heavy" operations
of task switch.