18 #ifndef _RTEMS_RTEMS_SMP_H 19 #define _RTEMS_RTEMS_SMP_H uint32_t rtems_get_current_processor(void)
Returns the index of the current processor.
Definition: getcurrentprocessor.c:22
uint32_t rtems_get_processor_count(void)
Returns the count of processors in the system.
Definition: getprocessorcount.c:22