summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/rtems/optman/no-mp.c2
-rw-r--r--c/src/optman/rtems/no-mp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/rtems/optman/no-mp.c b/c/src/exec/rtems/optman/no-mp.c
index f6adc53c76..e2de70e72c 100644
--- a/c/src/exec/rtems/optman/no-mp.c
+++ b/c/src/exec/rtems/optman/no-mp.c
@@ -57,7 +57,7 @@ void _MPCI_Initialization ( void )
}
void _MPCI_Register_packet_processor(
- Objects_Classes the_class,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
)
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index f6adc53c76..e2de70e72c 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -57,7 +57,7 @@ void _MPCI_Initialization ( void )
}
void _MPCI_Register_packet_processor(
- Objects_Classes the_class,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
)