summaryrefslogtreecommitdiff
path: root/kernel/aplic.h
diff options
context:
space:
mode:
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();