summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi/sbi_init.h')
-rw-r--r--include/sbi/sbi_init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sbi/sbi_init.h b/include/sbi/sbi_init.h
index 033286f..c976276 100644
--- a/include/sbi/sbi_init.h
+++ b/include/sbi/sbi_init.h
@@ -16,4 +16,6 @@ struct sbi_scratch;
void __noreturn sbi_init(struct sbi_scratch *scratch);
+void __noreturn sbi_exit(struct sbi_scratch *scratch);
+
#endif