summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/chainget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/chainget.c')
-rw-r--r--cpukit/score/src/chainget.c24
1 files changed, 7 insertions, 17 deletions
diff --git a/cpukit/score/src/chainget.c b/cpukit/score/src/chainget.c
index 991a22910b..82a491fac1 100644
--- a/cpukit/score/src/chainget.c
+++ b/cpukit/score/src/chainget.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Get the First Node
+ * @ingroup ScoreChain
+ */
+
/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
@@ -16,23 +23,6 @@
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
-/*
- * _Chain_Get
- *
- * This kernel routine returns a pointer to a node taken from the
- * given chain.
- *
- * Input parameters:
- * the_chain - pointer to chain header
- *
- * Output parameters:
- * return_node - pointer to node in chain allocated
- * CHAIN_END - if no nodes available
- *
- * INTERRUPT LATENCY:
- * only case
- */
-
Chain_Node *_Chain_Get(
Chain_Control *the_chain
)