11#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_IRQMP_H_
12#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_IRQMP_H_
void intc_irqmp_irq_disable(unsigned int source)
Disable an interrupt source.
int intc_irqmp_get_source(int irl)
Get the interrupt source behind a processor interrupt request.
void intc_irqmp_irq_enable(unsigned int source)
Enable an interrupt source.
int intc_irqmp_irq_is_enabled(unsigned int source)
Get the enable state of an interrupt source.