summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-mp.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 08:29:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 08:29:14 +0000
commitc83b5678c9b72f42bb34f7aa2af35ca19c34bd77 (patch)
treec3622e8e17c6e865f704d32765e173c06cafc60a /c/src/optman/rtems/no-mp.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-c83b5678c9b72f42bb34f7aa2af35ca19c34bd77.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* optman/rtems/no-dpmem.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/optman/rtems/no-mp.c')
-rw-r--r--c/src/optman/rtems/no-mp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index c7eecc2d78..45ecb6c2f8 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -45,7 +45,7 @@ void rtems_multiprocessing_announce ( void )
void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table,
- unsigned32 timeout_status
+ uint32_t timeout_status
)
{
}
@@ -88,7 +88,7 @@ void _MPCI_Return_packet (
}
void _MPCI_Send_process_packet (
- unsigned32 destination,
+ uint32_t destination,
MP_packet_Prefix *the_packet
)
{
@@ -99,8 +99,8 @@ void _MPCI_Send_process_packet (
);
}
-unsigned32 _MPCI_Send_request_packet (
- unsigned32 destination,
+uint32_t _MPCI_Send_request_packet (
+ uint32_t destination,
MP_packet_Prefix *the_packet,
States_Control extra_state
)
@@ -114,7 +114,7 @@ unsigned32 _MPCI_Send_request_packet (
}
void _MPCI_Send_response_packet (
- unsigned32 destination,
+ uint32_t destination,
MP_packet_Prefix *the_packet
)
{
@@ -148,7 +148,7 @@ Thread_Control *_MPCI_Process_response (
}
Thread _MPCI_Receive_server(
- unsigned32 ignore
+ uint32_t ignore
)
{
_Internal_error_Occurred(