diff options
| author | Clément Léger <[email protected]> | 2025-01-10 14:15:51 +0100 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-01-30 10:32:18 +0530 |
| commit | 9d2c9c6ca0a56b30379d4993ffcf8d707bd4a8ea (patch) | |
| tree | 428bb95a37ce7979608d186307ddc7a3f165ab6b /lib | |
| parent | 3943ddbaab00247b391128ae0a1f9258d4007f4f (diff) | |
lib: sbi: move sbi_double_trap_handler() to a dedicated header
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]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sbi/sbi_trap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbi/sbi_trap.c b/lib/sbi/sbi_trap.c index 242ffe9b..e63a563b 100644 --- a/lib/sbi/sbi_trap.c +++ b/lib/sbi/sbi_trap.c @@ -11,6 +11,7 @@ #include <sbi/riscv_encoding.h> #include <sbi/sbi_bitops.h> #include <sbi/sbi_console.h> +#include <sbi/sbi_double_trap.h> #include <sbi/sbi_ecall.h> #include <sbi/sbi_error.h> #include <sbi/sbi_hart.h> |
