16#define LOG_FILE_MAX_BUFFER 0x10000
void log_file_flush_to_screen(void)
Flush the content of the log file to the screen.
void log_file_expose(void)
Expose the kernel log file to userspace in sysfs.
void log_file_write(const char *string, uint64_t length)
Write a string to the kernel log file.