mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
_MPCI_Register_packet_processor: Changed prototype of fist parameter name to the_class
This commit is contained in:
@@ -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
|
||||
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user