1 2 3 4 5 6 7 8 9
#ifndef IRQ_H #define IRQ_H void irq_init(); void irq_reset(); void irq_reset_slave(); #endif