summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/smplock.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/smplock.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/score/src/smplock.c b/cpukit/score/src/smplock.c
index 3523098677..b2d08cd6a1 100644
--- a/cpukit/score/src/smplock.c
+++ b/cpukit/score/src/smplock.c
@@ -1,3 +1,14 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreSMPLock
+ *
+ * @brief This source file contains the implementation of
+ * _SMP_lock_Initialize(), _SMP_lock_Destroy(), _SMP_lock_Acquire(),
+ * _SMP_lock_Release(), _SMP_lock_ISR_disable_and_acquire(),
+ * _SMP_lock_Release_and_ISR_enable(), and _SMP_lock_Is_owner().
+ */
+
/*
* Copyright (c) 2015, 2016 embedded brains GmbH. All rights reserved.
*