added interrupt.h

redesign_interrupts
polymurph 3 years ago
parent 6270a581b4
commit a3954657ef

@ -0,0 +1,11 @@
#ifndef _INTERRUPT_H_
#define _INTERRUPT_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
Loading…
Cancel
Save