summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/mpci.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:13:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:13:55 +0000
commita0ed4edee0b01392c5274ec85b26cf682a9ade3e (patch)
tree18fc392d8e8e24200cf2f38c4eda011df4442bd4 /cpukit/score/include/rtems/score/mpci.h
parentRemove stray white spaces. (diff)
downloadrtems-a0ed4edee0b01392c5274ec85b26cf682a9ade3e.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/include/rtems/score/mpci.h')
-rw-r--r--cpukit/score/include/rtems/score/mpci.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index 7ad9b40f29..118e31afaa 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -152,7 +152,7 @@ SCORE_EXTERN Thread_Control *_MPCI_Receive_server_tcb;
* by each object that supports MP operations.
*/
-SCORE_EXTERN MPCI_Packet_processor
+SCORE_EXTERN MPCI_Packet_processor
_MPCI_Packet_processors[MP_PACKET_CLASSES_LAST+1];
/*
@@ -163,7 +163,7 @@ SCORE_EXTERN MPCI_Packet_processor
* This routine performs the initialization necessary for this handler.
*/
-void _MPCI_Handler_initialization(
+void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table,
uint32_t timeout_status
);
@@ -172,7 +172,7 @@ void _MPCI_Handler_initialization(
* _MPCI_Create_server
*
* DESCRIPTION:
- *
+ *
* This routine creates the packet receive server used in MP systems.
*/
@@ -198,7 +198,7 @@ void _MPCI_Initialization ( void );
* designated object class.
*/
-void _MPCI_Register_packet_processor(
+void _MPCI_Register_packet_processor(
MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor