NanoPayload

stage2/irq.h

145:c39fcc82cc15
2016-02-28 Paul Boddie Introduced kernel regions for task register storage. Removed the invoke_task function.
     1 #ifndef __IRQ_H__     2 #define __IRQ_H__     3      4 /* Initialisation functions. */     5      6 void irq_init(void);     7 void init_tasks(void);     8 void start_task(unsigned short);     9 void switch_task(void);    10 void plot_pattern(unsigned short, unsigned short, unsigned short);    11     12 #endif /* __IRQ_H__ */