|
PatchworkOS
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | LOG_FILE_MAX_BUFFER 0x10000 |
| Maximum buffer size for the log file. | |
Functions | |
| void | log_file_expose (void) |
| Expose the kernel log file to userspace in sysfs. | |
| void | log_file_flush_to_screen (void) |
| Flush the content of the log file to the screen. | |
| void | log_file_write (const char *string, uint64_t length) |
| Write a string to the kernel log file. | |