13#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_ADSP_MTRACE_H_
14#define ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_ADSP_MTRACE_H_
void adsp_mtrace_log_init(adsp_mtrace_log_hook_t hook)
Initialize the Intel ADSP mtrace logger.
void(* adsp_mtrace_log_hook_t)(size_t written, size_t space_left)
mtrace logger requires a hook for IPC messages
Definition log_backend_adsp_mtrace.h:33
const struct log_backend * log_backend_adsp_mtrace_get(void)
Get the Intel ADSP mtrace log backend.
Logger backend structure.
Definition log_backend.h:118