diff options
Diffstat (limited to 'sys/xen/hypervisor.h')
-rw-r--r-- | sys/xen/hypervisor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/hypervisor.h b/sys/xen/hypervisor.h index 0d93f66..42cdb3b 100644 --- a/sys/xen/hypervisor.h +++ b/sys/xen/hypervisor.h @@ -57,7 +57,7 @@ extern start_info_t *xen_start_info; extern uint64_t get_system_time(int ticks); static inline int -HYPERVISOR_console_write(char *str, int count) +HYPERVISOR_console_write(const char *str, int count) { return HYPERVISOR_console_io(CONSOLEIO_write, count, str); } |