forked from Imagelibrary/rtems
_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(
|
void _MPCI_Register_packet_processor(
|
||||||
Objects_Classes the_class,
|
MP_packet_Classes the_class,
|
||||||
MPCI_Packet_processor the_packet_processor
|
MPCI_Packet_processor the_packet_processor
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ void _MPCI_Initialization ( void )
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _MPCI_Register_packet_processor(
|
void _MPCI_Register_packet_processor(
|
||||||
Objects_Classes the_class,
|
MP_packet_Classes the_class,
|
||||||
MPCI_Packet_processor the_packet_processor
|
MPCI_Packet_processor the_packet_processor
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user