8 lines
98 B
C
8 lines
98 B
C
|
#ifndef INTERRUPT_H
|
||
|
#define INTERRUPT_H 1
|
||
|
|
||
|
void interrupt_open();
|
||
|
void interrupt_close();
|
||
|
|
||
|
#endif
|