mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 02:45:35 +08:00
_MPCI_Register_packet_processor: changed protoype first parameter type to MP_packet_Classes
This commit is contained in:
@@ -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
|
||||
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user