summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/console.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-05-19 16:41:11 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-05-19 16:41:11 -0500
commit37d92a552ef9afbef4095f2aff83587f5ebf204d (patch)
treed6585b4f6c85e0ed8779641cc79300f447b1c4f3 /src/include/kernel/console.H
parent78f5edabe6fd21f55ddff82f978a1b5d46d62ffa (diff)
downloadtalos-hostboot-37d92a552ef9afbef4095f2aff83587f5ebf204d.tar.gz
talos-hostboot-37d92a552ef9afbef4095f2aff83587f5ebf204d.zip
Full vargs printk.
Diffstat (limited to 'src/include/kernel/console.H')
-rw-r--r--src/include/kernel/console.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/console.H b/src/include/kernel/console.H
index 4c5f7a52a..d54132ffb 100644
--- a/src/include/kernel/console.H
+++ b/src/include/kernel/console.H
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <string.h>
-void printk(const char*);
+void printk(const char*, ...);
class Console
{
OpenPOWER on IntegriCloud