Gadget
interrupthandler.h
Go to the documentation of this file.
1 #ifndef interrupthandler_h
2 #define interrupthandler_h
3 
8 void registerInterrupts(volatile int* interrupted);
13 void interruptHandler(int signal);
14 
15 #endif
void registerInterrupts(volatile int *interrupted)
This is the function that registers the interrupt handler.
void interruptHandler(int signal)
This is the function that gets called when an interrupt occurs.