Searched refs:FloppyIRQHandler (Results 1 – 1 of 1) sorted by relevance
671 static void (*FloppyIRQHandler)( int status ) = NULL; variable678 handler = xchg(&FloppyIRQHandler, NULL); in floppy_irq()732 #define SET_IRQ_HANDLER(proc) do { FloppyIRQHandler = (proc); } while(0)1351 if (!FloppyIRQHandler) goto end; /* int occurred after timer was fired, but in fd_times_out()