summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/watchdogtimeslicedefault.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/watchdogtimeslicedefault.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/src/watchdogtimeslicedefault.c b/cpukit/score/src/watchdogtimeslicedefault.c
index 1e6ab5a91c..56f6bdb5d5 100644
--- a/cpukit/score/src/watchdogtimeslicedefault.c
+++ b/cpukit/score/src/watchdogtimeslicedefault.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreWatchdog
+ *
+ * @brief This source file contains the default definition of
+ * ::_Watchdog_Ticks_per_timeslice.
+ */
+
/*
* SPDX-License-Identifier: BSD-2-Clause
*