aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-29 12:56:27 +0000
committerKeir Fraser <keir@xensource.com>2007-10-29 12:56:27 +0000
commitee41f1c835dd41a418b1afcd7394bcb4a16da6e1 (patch)
treebecc5036a90ffd606e01443f552866a872d857d1 /xen/include/xen/console.h
parent70ee40b004c7a05092c1085772201754941a8543 (diff)
downloadxen-ee41f1c835dd41a418b1afcd7394bcb4a16da6e1.tar.gz
xen-ee41f1c835dd41a418b1afcd7394bcb4a16da6e1.tar.bz2
xen-ee41f1c835dd41a418b1afcd7394bcb4a16da6e1.zip
Allow incremental access to hypervisor console log.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index bb5fe07e93..5817f74958 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -11,7 +11,8 @@
#include <xen/guest_access.h>
#include <public/xen.h>
-long read_console_ring(XEN_GUEST_HANDLE(char), u32 *, int);
+struct xen_sysctl_readconsole;
+long read_console_ring(struct xen_sysctl_readconsole *op);
void init_console(void);
void console_endboot(void);