[RTEMS Project] #3841: Add rtems_object_get_local_node()
RTEMS trac
trac at rtems.org
Thu Dec 12 06:20:47 UTC 2019
#3841: Add rtems_object_get_local_node()
------------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.1
Component: rtems | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+-----------------------------
Add
{{{
/**
* @brief Get the local MPCI node number.
*
* @return The local MPCI node number.
*/
uint16_t rtems_object_get_local_node( void );
}}}
to avoid the direct use of internal data structures.
--
Ticket URL: <http://devel.rtems.org/ticket/3841>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list