Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2009-10-30 11:09:13 +00:00
parent 2960c42fab
commit 1b4b7f397b
8 changed files with 36 additions and 36 deletions

View File

@@ -18,11 +18,11 @@
/* functions */
void ITRON_Init( void );
void Preempt_task();
void Task_1();
void Task_2();
void Task_3();
extern void ITRON_Init( void );
extern void Preempt_task(void);
extern void Task_1(void);
extern void Task_2(void);
extern void Task_3(void);
/* configuration information */