#include <wdm.h>
#include "cbm_driver.h"
#include "iec.h"
Go to the source code of this file.
Functions | |
| BOOLEAN | cbm_isr (IN PKINTERRUPT Interrupt, IN PVOID Pdx) |
| Interrupt Service Routine (ISR). | |
**************************************************************
Definition in file isr.c.
|
||||||||||||
|
Interrupt Service Routine (ISR). This is the Interrupt Service Routine for the parallel port.
Definition at line 39 of file isr.c. References cbmiec_interrupt(). Referenced by cbm_lock_parport(). |
1.4.2