mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Add missing prototypes.
This commit is contained in:
@@ -482,7 +482,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
|
||||
* XXX document implementation including references if appropriate
|
||||
*/
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user