forked from Imagelibrary/rtems
Add missing prototype.
This commit is contained in:
@@ -438,7 +438,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
|
|||||||
* sequence (if a dispatch is necessary).
|
* 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.
|
* Nothing prevents the porter from declaring more CPU specific variables.
|
||||||
|
|||||||
Reference in New Issue
Block a user