summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 17:58:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 17:58:58 +0000
commitcda7ecc2d8f00a5d5846e99c14912e9da29da8d6 (patch)
tree9473776cfe61ac48b711704214f68bf7cbb459b5 /cpukit/score/include/rtems
parentFixed problem in fast_idle_switch_hook (diff)
downloadrtems-cda7ecc2d8f00a5d5846e99c14912e9da29da8d6.tar.bz2
More file movement
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/mpci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index 06dc0015d4..67246d8d46 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -132,7 +132,8 @@ EXTERN MPCI_Packet_processor _MPCI_Packet_processors[MP_PACKET_CLASSES_LAST+1];
*/
void _MPCI_Handler_initialization(
- MPCI_Control *users_mpci_table
+ MPCI_Control *users_mpci_table,
+ unsigned32 timeout_status
);
/*