diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-05-19 16:41:11 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-05-19 16:41:11 -0500 |
| commit | 37d92a552ef9afbef4095f2aff83587f5ebf204d (patch) | |
| tree | d6585b4f6c85e0ed8779641cc79300f447b1c4f3 /src/include/kernel/console.H | |
| parent | 78f5edabe6fd21f55ddff82f978a1b5d46d62ffa (diff) | |
| download | blackbird-hostboot-37d92a552ef9afbef4095f2aff83587f5ebf204d.tar.gz blackbird-hostboot-37d92a552ef9afbef4095f2aff83587f5ebf204d.zip | |
Full vargs printk.
Diffstat (limited to 'src/include/kernel/console.H')
| -rw-r--r-- | src/include/kernel/console.H | 2 |
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 { |

