Karg
v0.2.0
The kernel of CargOS
|
#include <module/log.h>
#include <config.h>
#include <dev.h>
#include <drivers/tty.h>
#include <module/init.h>
#include <module/module.h>
#include <pm.h>
#include <stdarg.h>
#include <utils/str.h>
Functions | |
MODULE_NAME ("log") | |
void | klogf (log_severity_t severity, const char *fmt,...) |
module_post_init (init) | |
void klogf | ( | log_severity_t | severity, |
const char * | fmt, | ||
... | |||
) |
MODULE_NAME | ( | "log" | ) |
module_post_init | ( | init | ) |