summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-19 21:43:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-19 21:43:12 +0000
commit91a3554dedcf9b1495c15ef6af69bf2d940a5d80 (patch)
tree9fb5839796274db1492a45072ea91685d9698803 /cpukit/score/include
parentRemoved a section of code which was "#if 0"'ed. (diff)
downloadrtems-91a3554dedcf9b1495c15ef6af69bf2d940a5d80.tar.bz2
Modifications from Tony Bennett accepted to return aligned block.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/heap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index bf4a8dde6e..b0a2d57f39 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -278,6 +278,16 @@ STATIC INLINE Heap_Block *_Heap_Block_at(
unsigned32 offset
);
+/*PAGE
+ *
+ * _Heap_User_Block_at
+ *
+ */
+
+STATIC INLINE Heap_Block *_Heap_User_Block_at(
+ void *base
+);
+
/*
* _Heap_Is_previous_block_free
*