summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/partmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-29 17:43:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-01-02 09:26:59 +0100
commit453bb4b64225afd3040badb632f7b4adedc816cd (patch)
tree0af90349c5b4a533b55b04205d48b41da8022c94 /cpukit/include/rtems/rtems/partmp.h
parentscore: Fix objects node initialization (diff)
downloadrtems-453bb4b64225afd3040badb632f7b4adedc816cd.tar.bz2
rtems: Fix MPCI initialization
Update #2408.
Diffstat (limited to 'cpukit/include/rtems/rtems/partmp.h')
-rw-r--r--cpukit/include/rtems/rtems/partmp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/include/rtems/rtems/partmp.h b/cpukit/include/rtems/rtems/partmp.h
index 26bdd9c1cf..bd78d4243b 100644
--- a/cpukit/include/rtems/rtems/partmp.h
+++ b/cpukit/include/rtems/rtems/partmp.h
@@ -100,17 +100,6 @@ rtems_status_code _Partition_MP_Return_buffer(
void *buffer
);
-/**
- *
- * @brief Partition_MP_Process_packet
- *
- * This routine performs the actions specific to this package for
- * the request from another node.
- */
-void _Partition_MP_Process_packet (
- rtems_packet_prefix *the_packet_prefix
-);
-
/*
* @brief Partition_MP_Send_object_was_deleted
*