summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_double_trap.h
AgeCommit message (Collapse)Author
2025-01-30lib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger
We will add new functions to sbi_double_trap.c in order to register an SSE event, split this to a header as part of preparation work. Signed-off-by: Clément Léger <[email protected]> Reviewed-by: Anup Patel <[email protected]>