Subversion Repositories freemyipod

Rev

Rev 15 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 85
Line 28... Line 28...
28
#include "global.h"
28
#include "global.h"
29
 
29
 
30
 
30
 
31
void irqhandler(void) ICODE_ATTR;
31
void irqhandler(void) ICODE_ATTR;
32
void interrupt_init(void) INITCODE_ATTR;
32
void interrupt_init(void) INITCODE_ATTR;
-
 
33
void interrupt_enable(int irq, bool state);
-
 
34
void interrupt_set_handler(int irq, void* handler);
-
 
35
void int_timer_set_handler(int timer, void* handler);
33
 
36
 
34
#endif
37
#endif