Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 157 of file floppy.c.
Referenced by InitController(), ReadWritePassive(), Recalibrate(), ResetChangeFlag(), RWDetermineMediaType(), and RWSeekToCylinder().
{ PAGED_CODE(); ASSERT(ControllerInfo); KeWaitForSingleObject(&ControllerInfo->SynchEvent, Executive, KernelMode, FALSE, NULL); KeClearEvent(&ControllerInfo->SynchEvent); }