From 37c7bfcbd2beb34d67ed8524c0222f043bbb3e00 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Mar 2007 07:19:24 +0000 Subject: Change _Workspace_Handler_initialization and _Workspace_Allocate_or_fatal_error to using size_t. --- cpukit/score/include/rtems/score/wkspace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/wkspace.h') diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h index 2fcc22a0aa..b692b914eb 100644 --- a/cpukit/score/include/rtems/score/wkspace.h +++ b/cpukit/score/include/rtems/score/wkspace.h @@ -52,7 +52,7 @@ SCORE_EXTERN Heap_Control _Workspace_Area; /* executive heap header */ */ void _Workspace_Handler_initialization( void *starting_address, - uint32_t size + size_t size ); /** @brief Workspace Allocate or Fail with Fatal Error @@ -65,7 +65,7 @@ void _Workspace_Handler_initialization( * @return If successful, the starting address of the allocated memory */ void *_Workspace_Allocate_or_fatal_error( - uint32_t size + size_t size ); #ifndef __RTEMS_APPLICATION__ -- cgit v1.2.3