49#ifndef INTERRUPT_MANAGER_H 
   50#define INTERRUPT_MANAGER_H 
   63#define INTERRUPT_GlobalInterruptEnable() (INTCONbits.GIE = 1) 
   75#define INTERRUPT_GlobalInterruptDisable() (INTCONbits.GIE = 0) 
   86#define INTERRUPT_PeripheralInterruptEnable() (INTCONbits.PEIE = 1) 
   98#define INTERRUPT_PeripheralInterruptDisable() (INTCONbits.PEIE = 0) 
void INTERRUPT_Initialize(void)