forked from Imagelibrary/rtems
Removed arguments from _Thread_Start_multitasking.
This commit is contained in:
@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
|
|||||||
* the non-multitasking part of the system initialization.
|
* the non-multitasking part of the system initialization.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void _Thread_Start_multitasking (
|
void _Thread_Start_multitasking( void );
|
||||||
Thread_Control *system_thread,
|
|
||||||
Thread_Control *idle_thread
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _Thread_Stop_multitasking
|
* _Thread_Stop_multitasking
|
||||||
|
|||||||
@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
|
|||||||
* the non-multitasking part of the system initialization.
|
* the non-multitasking part of the system initialization.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void _Thread_Start_multitasking (
|
void _Thread_Start_multitasking( void );
|
||||||
Thread_Control *system_thread,
|
|
||||||
Thread_Control *idle_thread
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _Thread_Stop_multitasking
|
* _Thread_Stop_multitasking
|
||||||
|
|||||||
@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
|
|||||||
* the non-multitasking part of the system initialization.
|
* the non-multitasking part of the system initialization.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void _Thread_Start_multitasking (
|
void _Thread_Start_multitasking( void );
|
||||||
Thread_Control *system_thread,
|
|
||||||
Thread_Control *idle_thread
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _Thread_Stop_multitasking
|
* _Thread_Stop_multitasking
|
||||||
|
|||||||
Reference in New Issue
Block a user