Skip to content
Snippets Groups Projects
Commit 0b845e99 authored by rahix's avatar rahix
Browse files

chore(interrupts): Make api_interrupt_trigger() return void


api_interrupt_trigger() cannot fail except by a programmer error
(passing an invalid ID) in which case we should raise an assertion.
Thus, make it return `void` instead of `int`.

This is also in preparation for future work to schedule interrupts
asynchroneously.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 12992926
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment