summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/chainprotected.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/chainprotected.c')
-rw-r--r--cpukit/sapi/src/chainprotected.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/sapi/src/chainprotected.c b/cpukit/sapi/src/chainprotected.c
index 73457e6cc1..54b4140250 100644
--- a/cpukit/sapi/src/chainprotected.c
+++ b/cpukit/sapi/src/chainprotected.c
@@ -1,3 +1,15 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSAPIClassicChains
+ *
+ * @brief This source file contains the implementation of rtems_chain_append(),
+ * rtems_chain_append_with_empty_check(), rtems_chain_extract(),
+ * rtems_chain_get(), rtems_chain_get_with_empty_check(),
+ * rtems_chain_insert(), rtems_chain_prepend(), and
+ * rtems_chain_prepend_with_empty_check().
+ */
+
/*
* Copyright (c) 2013, 2016 embedded brains GmbH. All rights reserved.
*