00001 00044 #ifndef CPU_IRQ_HANDLER_H_INCLUDED 00045 #define CPU_IRQ_HANDLER_H_INCLUDED 00046 00047 /* The CPU core automatically pushes r8-r12 and lr onto the stack */ 00048 #define CPU_SAVE_IRQ_REGS(level) "" 00049 00050 #endif /* CPU_IRQ_HANDLER_H_INCLUDED */