2021-05-27 15:28:46 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Intel corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2022-05-06 17:12:04 +08:00
|
|
|
#include <zephyr/init.h>
|
2021-05-27 15:28:46 +08:00
|
|
|
#include <string.h>
|
2022-05-06 17:12:04 +08:00
|
|
|
#include <zephyr/kernel.h>
|
2021-05-27 15:28:46 +08:00
|
|
|
|
|
|
|
void sys_trace_isr_enter(void) {}
|
|
|
|
|
|
|
|
void sys_trace_isr_exit(void) {}
|
|
|
|
|
|
|
|
void sys_trace_isr_exit_to_scheduler(void) {}
|
|
|
|
|
|
|
|
void sys_trace_idle(void) {}
|