summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/rtems/itron/port.h')
-rw-r--r--cpukit/itron/include/rtems/itron/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/include/rtems/itron/port.h b/cpukit/itron/include/rtems/itron/port.h
index 8ff5753c6b..1cacf32ba6 100644
--- a/cpukit/itron/include/rtems/itron/port.h
+++ b/cpukit/itron/include/rtems/itron/port.h
@@ -24,7 +24,7 @@ extern "C" {
typedef struct {
ITRON_Objects_Control Object;
- unsigned32 XXX_more_stuff_goes_here;
+ uint32_t XXX_more_stuff_goes_here;
} ITRON_Port_Control;
/*
@@ -43,7 +43,7 @@ ITRON_EXTERN Objects_Information _ITRON_Port_Information;
*/
void _ITRON_Port_Manager_initialization(
- unsigned32 maximum_ports
+ uint32_t maximum_ports
);
/*