#include <sys/types.h>
#include <stdarg.h>
Go to the source code of this file.
Functions | |
int | klog_printf (const char *fmt,...) |
Print formatted text to klog. | |
void | klog_update (void) |
int | klog_vprintf (const char *fmt, va_list ap) |
Print formatted text to klog. | |
size_t | klog_write (const void *buf, size_t size) |
Definition in file klog.h.