summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/sched.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/sched.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/score/src/sched.c b/cpukit/score/src/sched.c
index 893e50bba3..63636ff9c1 100644
--- a/cpukit/score/src/sched.c
+++ b/cpukit/score/src/sched.c
@@ -1,3 +1,13 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreScheduler
+ *
+ * @brief This source file contains the implementation of
+ * _Sched_Count(), _Sched_Index(), _Sched_Name_to_index(), and
+ * _Sched_Processor_count().
+ */
+
/*
* Copyright (c) 2015 embedded brains GmbH. All rights reserved.
*