#include "includes.h"Go to the source code of this file.
Functions | |
| void | Lpt2Init (void) |
| void | Lpt2Handler (void) |
| void Lpt2Handler | ( | void | ) |
| void Lpt2Init | ( | void | ) |
Definition at line 12 of file lptport2.c.
00012 { 00013 //PicIrqDisable(IRQ5_LPT2); 00014 //InterruptIrqHandlerSet(IRQ5_LPT2,Lptport2Handler); 00015 //PicIrqEnable(IRQ5_LPT2); 00016 }
1.5.9