From 4423e62ac1d7bc7ed4e809ab5ac15540ea61c4c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 May 2009 16:48:08 +0000 Subject: 2009-05-13 Joel Sherrill PR 1411/cpukit * rtems/src/workspace.c, score/include/rtems/score/protectedheap.h, score/src/pheapgetfreeinfo.c, score/src/pheapgetinfo.c: Improve workspace wrapper methods. --- cpukit/score/include/rtems/score/protectedheap.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/protectedheap.h b/cpukit/score/include/rtems/score/protectedheap.h index f9407b27db..ffe6b8406a 100644 --- a/cpukit/score/include/rtems/score/protectedheap.h +++ b/cpukit/score/include/rtems/score/protectedheap.h @@ -185,8 +185,10 @@ bool _Protected_heap_Walk( * * @param[in] the_heap pointer to heap header * @param[in] the_info pointer to a status information area + * + * @return true if successfully able to return information */ -void _Protected_heap_Get_information( +bool _Protected_heap_Get_information( Heap_Control *the_heap, Heap_Information_block *the_info ); @@ -200,7 +202,7 @@ void _Protected_heap_Get_information( * * @return free block information filled in. */ -void _Protected_heap_Get_free_information( +bool _Protected_heap_Get_free_information( Heap_Control *the_heap, Heap_Information *info ); -- cgit v1.2.3