NanoPayload

Annotated stage2/irq.h

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