schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent changes

This commit is contained in:
Joel Sherrill
2014-04-04 09:24:44 -05:00
parent eb2c8133aa
commit c6f0a4b7cb

View File

@@ -73,10 +73,14 @@ extern "C" {
*
* This routine allocates @a the_thread->scheduler.
*
* @param[in] scheduler points to the scheduler specific information.
* @param[in] the_thread is the thread the scheduler is allocating
* management memory for
* management memory for.
*/
void * _Scheduler_priority_affinity_SMP_Allocate( Thread_Control *the_thread );
void * _Scheduler_priority_affinity_SMP_Allocate(
Scheduler_Control *scheduler,
Thread_Control *the_thread
);
/**
* @brief Get affinity for the priority affinity smp scheduler.