summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/memoryfill.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/memoryfill.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/src/memoryfill.c b/cpukit/score/src/memoryfill.c
index 1899c6903b..617bf6911e 100644
--- a/cpukit/score/src/memoryfill.c
+++ b/cpukit/score/src/memoryfill.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreMemory
+ *
+ * @brief This source file contains the implementation of
+ * _Memory_Fill().
+ */
+
/*
* SPDX-License-Identifier: BSD-2-Clause
*