summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadscheduler.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/threadscheduler.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/src/threadscheduler.c b/cpukit/score/src/threadscheduler.c
index bacb4e746d..19459e8dec 100644
--- a/cpukit/score/src/threadscheduler.c
+++ b/cpukit/score/src/threadscheduler.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreThread
+ *
+ * @brief This source file contains the implementation of
+ * _Thread_Scheduler_process_requests().
+ */
+
/*
* Copyright (c) 2016 embedded brains GmbH. All rights reserved.
*