summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/partimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-14 10:14:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-23 10:43:19 +0100
commit76263d8fc99b7e79f10cc9503067b3c5f570c513 (patch)
tree25c6a29119e08544112e814e1200e4038c8fd7a2 /cpukit/include/rtems/rtems/partimpl.h
parentrtems: Move _Partition_Allocate_buffer() (diff)
downloadrtems-76263d8fc99b7e79f10cc9503067b3c5f570c513.tar.bz2
rtems: Move _Partition_Free_buffer()
It is only used by rtems_partition_return_buffer().
Diffstat (limited to 'cpukit/include/rtems/rtems/partimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/partimpl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/include/rtems/rtems/partimpl.h b/cpukit/include/rtems/rtems/partimpl.h
index fe9974d993..599db29c13 100644
--- a/cpukit/include/rtems/rtems/partimpl.h
+++ b/cpukit/include/rtems/rtems/partimpl.h
@@ -36,19 +36,6 @@ extern "C" {
*/
/**
- * @brief Frees the_buffer to the_partition.
- *
- * This routine frees the_buffer to the_partition.
- */
-RTEMS_INLINE_ROUTINE void _Partition_Free_buffer (
- Partition_Control *the_partition,
- Chain_Node *the_buffer
-)
-{
- _Chain_Append_unprotected( &the_partition->Memory, the_buffer );
-}
-
-/**
* @brief Checks whether is on a valid buffer boundary for the_partition.
*
* This function returns TRUE if the_buffer is on a valid buffer