summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimplesmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimplesmp.c')
-rw-r--r--cpukit/score/src/schedulersimplesmp.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/score/src/schedulersimplesmp.c b/cpukit/score/src/schedulersimplesmp.c
index d818dcea80..bcb686bdd2 100644
--- a/cpukit/score/src/schedulersimplesmp.c
+++ b/cpukit/score/src/schedulersimplesmp.c
@@ -1,9 +1,17 @@
/**
* @file
*
- * @brief Simple SMP Scheduler Implementation
- *
* @ingroup RTEMSScoreSchedulerSMPSimple
+ *
+ * @brief This source file contains the implementation of
+ * _Scheduler_simple_SMP_Add_processor(),
+ * _Scheduler_simple_SMP_Ask_for_help(), _Scheduler_simple_SMP_Block(),
+ * _Scheduler_simple_SMP_Initialize(),
+ * _Scheduler_simple_SMP_Node_initialize(),
+ * _Scheduler_simple_SMP_Reconsider_help_request(),
+ * _Scheduler_simple_SMP_Remove_processor(), _Scheduler_simple_SMP_Unblock(),
+ * _Scheduler_simple_SMP_Update_priority(),
+ * _Scheduler_simple_SMP_Withdraw_node(), and _Scheduler_simple_SMP_Yield().
*/
/*