aboutsummaryrefslogtreecommitdiff
path: root/machine/htif.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-02-20 18:49:19 -0800
committerAndrew Waterman <andrew@sifive.com>2017-02-20 18:52:47 -0800
commit66fda264c796e7bcfe63282ae46c398d4a25c4d9 (patch)
treede88d8945f2ef8c439f1f196f7fa29e8782727d6 /machine/htif.h
parent7c4765029820580c0c01b3321fe4310c8416dcb6 (diff)
downloadpk-66fda264c796e7bcfe63282ae46c398d4a25c4d9.zip
pk-66fda264c796e7bcfe63282ae46c398d4a25c4d9.tar.gz
pk-66fda264c796e7bcfe63282ae46c398d4a25c4d9.tar.bz2
minor HTIF cleanup + use WFI
Diffstat (limited to 'machine/htif.h')
-rw-r--r--machine/htif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/machine/htif.h b/machine/htif.h
index f47e965..fa768d8 100644
--- a/machine/htif.h
+++ b/machine/htif.h
@@ -18,6 +18,6 @@
void htif_console_putchar(uint8_t);
int htif_console_getchar();
void htif_poweroff() __attribute__((noreturn));
-uintptr_t htif_syscall(uintptr_t);
+void htif_syscall(uintptr_t);
#endif