RTEMS 6.1-rc1
|
This source file contains the implementation of rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity(). More...
#include <bsp/irq-generic.h>
#include <rtems/score/processormask.h>
#include <rtems/score/smpimpl.h>
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. More... | |
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. More... | |
This source file contains the implementation of rtems_interrupt_get_affinity() and rtems_interrupt_set_affinity().