Gadget
src
include
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
registerInterrupts
void registerInterrupts(volatile int *interrupted)
This is the function that registers the interrupt handler.
interruptHandler
void interruptHandler(int signal)
This is the function that gets called when an interrupt occurs.
Generated by
1.9.1