diff options
Diffstat (limited to 'sys/amd64/include/xen/hypercall.h')
-rw-r--r-- | sys/amd64/include/xen/hypercall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/xen/hypercall.h b/sys/amd64/include/xen/hypercall.h index 594ffd2..e427bbf 100644 --- a/sys/amd64/include/xen/hypercall.h +++ b/sys/amd64/include/xen/hypercall.h @@ -308,7 +308,7 @@ HYPERVISOR_xen_version( static inline int __must_check HYPERVISOR_console_io( - int cmd, unsigned int count, char *str) + int cmd, unsigned int count, const char *str) { return _hypercall3(int, console_io, cmd, count, str); } |