1 /* SPDX-License-Identifier: BSD-3-Clause
2  *
3  * Copyright(c) 2020 Intel Corporation. All rights reserved.
4  */
5 
6 #ifndef __SOF_DEBUG_BACKTRACE_H__
7 #define __SOF_DEBUG_BACKTRACE_H__
8 
9 #include <arch/debug/backtrace.h>
10 
11 #endif
12