summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/no_cpu/cpuidle.c
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-12 10:49:15 +0100
commit5bebbb4004f099e65ebe99feb80f8087c9f48a7e (patch)
tree17edfe4b6493353d0fb9236ac61c4f9cabb7c7c7 /cpukit/score/cpu/no_cpu/cpuidle.c
parent94b001d8e4c3dc7fb62a99122da1e7c66e93c1b0 (diff)
Doxygen: Adding Doxygen groups to filesqual-54
Diffstat (limited to 'cpukit/score/cpu/no_cpu/cpuidle.c')
-rw-r--r--cpukit/score/cpu/no_cpu/cpuidle.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpuidle.c b/cpukit/score/cpu/no_cpu/cpuidle.c
index de66b39faa..3b67d2b733 100644
--- a/cpukit/score/cpu/no_cpu/cpuidle.c
+++ b/cpukit/score/cpu/no_cpu/cpuidle.c
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief This source file contains a definition of
+ * the ::_CPU_Thread_Idle_body.
+ */
+
/*
* Copyright (c) 2013-2014 embedded brains GmbH. All rights reserved.
*