1 #ifndef __IRQ_H__ 2 #define __IRQ_H__ 3 4 /* Initialisation functions. */ 5 6 void irq_init(); 7 8 #endif /* __IRQ_H__ */