summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 12:31:01 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 12:31:01 +0000
commit3fd3da452b005edd5f69564908ee0bc64cf5c926 (patch)
tree634e8ca21a99dd3fae009beec63831f8d08cf573 /cpukit/score/src/mpci.c
parentsporadic server debugged and working. This required minor changes in all (diff)
downloadrtems-3fd3da452b005edd5f69564908ee0bc64cf5c926.tar.bz2
_MPCI_Register_packet_processor: changes first parameter type to MP_packet_Classes
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 1 insertions, 1 deletions
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
)