summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/vmempool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/rtems/itron/vmempool.h')
-rw-r--r--cpukit/itron/include/rtems/itron/vmempool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/include/rtems/itron/vmempool.h b/cpukit/itron/include/rtems/itron/vmempool.h
index 9ea4527c6e..999aa450e9 100644
--- a/cpukit/itron/include/rtems/itron/vmempool.h
+++ b/cpukit/itron/include/rtems/itron/vmempool.h
@@ -25,7 +25,7 @@ extern "C" {
typedef struct {
ITRON_Objects_Control Object;
- unsigned32 XXX_more_stuff_goes_here;
+ uint32_t XXX_more_stuff_goes_here;
} ITRON_Variable_memory_pool_Control;
/*
@@ -44,7 +44,7 @@ ITRON_EXTERN Objects_Information _ITRON_Variable_memory_pool_Information;
*/
void _ITRON_Variable_memory_pool_Manager_initialization(
- unsigned32 maximum_variable_memory_pools
+ uint32_t maximum_variable_memory_pools
);
/*