summaryrefslogtreecommitdiff
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, 1 insertions, 3 deletions
diff --git a/include/sbi_utils/sys/htif.h b/include/sbi_utils/sys/htif.h
index 8073a44..9cc9634 100644
--- a/include/sbi_utils/sys/htif.h
+++ b/include/sbi_utils/sys/htif.h
@@ -12,8 +12,6 @@
int htif_serial_init(void);
-int htif_system_reset_check(u32 type, u32 reason);
-
-void htif_system_reset(u32 type, u32 reason);
+int htif_system_reset_init(void);
#endif