RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity(). More...
Functions | |
rtems_status_code | rtems_interrupt_set_affinity (rtems_vector_number vector, size_t affinity_size, const cpu_set_t *affinity) |
Sets the processor affinity set of the interrupt vector. | |
rtems_status_code | rtems_interrupt_get_affinity (rtems_vector_number vector, size_t affinity_size, cpu_set_t *affinity) |
Gets the processor affinity set of the interrupt vector. | |
This source file contains the implementation of rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity().