We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfb14c commit 74fc1b1Copy full SHA for 74fc1b1
drivers/interrupt_controller/intc_shared_irq.c
@@ -130,7 +130,7 @@ static void shared_irq_isr(const struct device *dev)
130
}
131
132
133
-static const struct shared_irq_driver_api api_funcs = {
+static DEVICE_API(shared_irq, api_funcs) = {
134
.isr_register = isr_register,
135
.enable = enable,
136
.disable = disable,
0 commit comments