aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-04 17:58:16 +0100
committerKeir Fraser <keir@xensource.com>2007-10-04 17:58:16 +0100
commit7ee27216bf039c6de27748903bff9511bdd4b067 (patch)
tree4829e65fdbdfc5ae7d27bef201770910fefe5748 /xen/include/xen/console.h
parent3f943baffcc13bcad539cb653d25a81d5559c3d4 (diff)
downloadxen-7ee27216bf039c6de27748903bff9511bdd4b067.tar.gz
xen-7ee27216bf039c6de27748903bff9511bdd4b067.tar.bz2
xen-7ee27216bf039c6de27748903bff9511bdd4b067.zip
xen: Changes to printk handling:
1. Command-line option 'console_timestamps' adds a timestamp prefix to each line of Xen console output (x86 only, after CMOS has been interrogated). 2. Clean up prefix handling and vanity banner info. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index 7c786ab5df..bb5fe07e93 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -11,8 +11,6 @@
#include <xen/guest_access.h>
#include <public/xen.h>
-void set_printk_prefix(const char *prefix);
-
long read_console_ring(XEN_GUEST_HANDLE(char), u32 *, int);
void init_console(void);