00001 #ifndef PIC_A_H 00002 #define PIC_A_H 00003 00004 void PicIrqDisable(U8 IrqNumber); 00005 void PicIrqEnable(U8 IrqNumber); 00006 00007 #endif