#ifndef INTERRUPT_H #define INTERRUPT_H 1 void interrupt_open(); void interrupt_close(); #endif