hos/kernel/isr/interrupts.h
2009-07-24 14:19:31 +00:00

18 lines
217 B
C

#ifndef INTERRUPTS_H
#define INTERRUPTS_H
#ifdef __cplusplus
extern "C" {
#endif
void isr(u8_t int_num, int_stack_t * int_stack);
#ifdef __cplusplus
}
#endif
void interrupts_bootstrap();
#endif