Implementation of printk. More...
#include <stdarg.h>
#include <kernel/printk.h>
#include <kernel/uart.h>
#include <common/string.h>
#include <common/stdlib.h>
Functions | |
int | printk (const char *fmt,...) |
Implementation of printk.
Prints a kernel message to the serial console.