aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-03 11:15:10 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-03 11:15:10 +0000
commit0cd811a6c382c153897ad8516f90a6672fa89e15 (patch)
treef2ff7e67fbd981523123fc6083414cfcee2f26d2 /xen/include/xen/console.h
parent457ee10d4c20b01da553394f5139882f74cd19de (diff)
downloadxen-0cd811a6c382c153897ad8516f90a6672fa89e15.tar.gz
xen-0cd811a6c382c153897ad8516f90a6672fa89e15.tar.bz2
xen-0cd811a6c382c153897ad8516f90a6672fa89e15.zip
[XEN] Fix log-level printk logic for multi-line and partial-line printks.
Add support for switching to print-all mode, and use this for debug-key output. 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, 3 insertions, 0 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index 12abd2df51..c01dbf23ad 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -26,6 +26,9 @@ void console_force_lock(void);
void console_start_sync(void);
void console_end_sync(void);
+void console_start_log_everything(void);
+void console_end_log_everything(void);
+
/*
* Steal output from the console. Returns +ve identifier, else -ve error.
* Takes the handle of the serial line to steal, and steal callback function.