Subversion Repositories freemyipod

Rev

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

Rev 14 Rev 15
Line 27... Line 27...
27
 
27
 
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 INT_TIMER(void) ICODE_ATTR;
32
void interrupt_init(void) INITCODE_ATTR;
33
 
33
 
34
#endif
34
#endif