aboutsummaryrefslogtreecommitdiff
path: root/include/sbi_utils/sys/htif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi_utils/sys/htif.h')
-rw-r--r--include/sbi_utils/sys/htif.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sbi_utils/sys/htif.h b/include/sbi_utils/sys/htif.h
index 7384b48..a431723 100644
--- a/include/sbi_utils/sys/htif.h
+++ b/include/sbi_utils/sys/htif.h
@@ -14,6 +14,8 @@ void htif_putc(char ch);
int htif_getc(void);
-int htif_system_reset(u32 type);
+int htif_system_reset_check(u32 type, u32 reason);
+
+void htif_system_reset(u32 type, u32 reason);
#endif