From 6b722e27472acab9f0afa93844280e77cc4536ac Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Thu, 8 Aug 1996 12:32:50 +0000 Subject: _MPCI_Register_packet_processor: Changed prototype of fist parameter name to the_class --- cpukit/score/include/rtems/score/mpci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h index a2533866c1..fe954c2442 100644 --- a/cpukit/score/include/rtems/score/mpci.h +++ b/cpukit/score/include/rtems/score/mpci.h @@ -200,7 +200,7 @@ void _MPCI_Initialization ( void ); */ void _MPCI_Register_packet_processor( - MP_packet_Classes the_object, + MP_packet_Classes the_class, MPCI_Packet_processor the_packet_processor ); -- cgit v1.2.3