#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| BOOLEAN | cbmiec_interrupt (IN PDEVICE_EXTENSION Pdx) |
| Interrupt handler for the IEC bus. | |
**************************************************************
Definition in file interrupt.c.
|
|
Interrupt handler for the IEC bus. This function is the interrupt handler for the IEC bus. Its only purpose is to count the number of interrupts for cbmiec_wait_for_listener().
Definition at line 41 of file interrupt.c. References DBG_PPORT, DBG_PREFIX, FUNC_ENTER, and IN_PORT. Referenced by cbm_isr(). |
1.4.2