#ifndef _INTERRUPT_H_ #define _INTERRUPT_H_ #include void interrupt_init(); void interrupt_deinit(); extern Flag interrupt; #endif // _INTERRUPT_H_