summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sbi_utils/sys/htif.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/sbi_utils/sys/htif.h b/include/sbi_utils/sys/htif.h
index 9cc9634..78784cf 100644
--- a/include/sbi_utils/sys/htif.h
+++ b/include/sbi_utils/sys/htif.h
@@ -10,8 +10,12 @@
#include <sbi/sbi_types.h>
-int htif_serial_init(void);
+int htif_serial_init(bool custom_addr,
+ unsigned long custom_fromhost_addr,
+ unsigned long custom_tohost_addr);
-int htif_system_reset_init(void);
+int htif_system_reset_init(bool custom_addr,
+ unsigned long custom_fromhost_addr,
+ unsigned long custom_tohost_addr);
#endif