#ifndef IRQ_H #define IRQ_H void irq_init(); void irq_reset(); void irq_reset_slave(); #endif