aboutsummaryrefslogtreecommitdiff
path: root/machine/htif.h
diff options
context:
space:
mode:
Diffstat (limited to 'machine/htif.h')
-rw-r--r--machine/htif.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/machine/htif.h b/machine/htif.h
index 7107ddb..f47e965 100644
--- a/machine/htif.h
+++ b/machine/htif.h
@@ -15,4 +15,9 @@
#define FROMHOST_CMD(fromhost_value) ((uint64_t)(fromhost_value) << 8 >> 56)
#define FROMHOST_DATA(fromhost_value) ((uint64_t)(fromhost_value) << 16 >> 16)
+void htif_console_putchar(uint8_t);
+int htif_console_getchar();
+void htif_poweroff() __attribute__((noreturn));
+uintptr_t htif_syscall(uintptr_t);
+
#endif