Add missing prototype.

This commit is contained in:
Ralf Corsepius
2008-08-19 12:07:28 +00:00
parent b79c595205
commit 6932bceeeb

View File

@@ -438,7 +438,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
* sequence (if a dispatch is necessary).
*/
SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(void);
/*
* Nothing prevents the porter from declaring more CPU specific variables.