summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/isrlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/isrlock.h')
-rw-r--r--cpukit/include/rtems/score/isrlock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/isrlock.h b/cpukit/include/rtems/score/isrlock.h
index 8e13e27eff..b1aea62bf0 100644
--- a/cpukit/include/rtems/score/isrlock.h
+++ b/cpukit/include/rtems/score/isrlock.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreISRLocks
+ * @ingroup RTEMSScoreISRLocks
*
* @brief ISR Locks
*/
@@ -31,9 +31,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreISRLocks ISR Locks
+ * @defgroup RTEMSScoreISRLocks ISR Locks
*
- * @ingroup ScoreISR
+ * @ingroup RTEMSScoreISR
*
* @brief Low-level lock to protect critical sections accessed by threads and
* interrupt service routines.