a2a2c62abd
This file does not need any header, remove all of them. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
15 lines
236 B
C
15 lines
236 B
C
/*
|
|
* Copyright (c) 2019 Intel corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
|
|
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) {}
|