summaryrefslogtreecommitdiff
path: root/kernel/aplic.h
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-04 23:32:33 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-06-04 23:32:33 +0200
commitd78b60f868f40cefe3ac958800ac828f2eafc81c (patch)
tree29309397c2e77f2598a1f282bfc9d4436d697263 /kernel/aplic.h
parentf95c522b0ae30dd3c4d9c4449de98d3b5c6e9a65 (diff)
Supervisor trap & claim MSIHEADmain
Diffstat (limited to 'kernel/aplic.h')
-rw-r--r--kernel/aplic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/aplic.h b/kernel/aplic.h
index b96363d..af12e9d 100644
--- a/kernel/aplic.h
+++ b/kernel/aplic.h
@@ -4,3 +4,5 @@
void aplic_init();
+void aplic_enable_intr_s(uint32_t source, uint32_t msg);
+uint32_t aplic_claim_msi_s();