From 3fd3da452b005edd5f69564908ee0bc64cf5c926 Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Thu, 8 Aug 1996 12:31:01 +0000 Subject: [PATCH] _MPCI_Register_packet_processor: changes first parameter type to MP_packet_Classes --- c/src/exec/score/src/mpci.c | 2 +- cpukit/score/src/mpci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/exec/score/src/mpci.c b/c/src/exec/score/src/mpci.c index bc3381c925..ba6625a6a8 100644 --- a/c/src/exec/score/src/mpci.c +++ b/c/src/exec/score/src/mpci.c @@ -152,7 +152,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/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index bc3381c925..ba6625a6a8 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -152,7 +152,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 )