1 /* SPDX-License-Identifier: BSD-3-Clause
2  *
3  * Copyright(c) 2019 Intel Corporation. All rights reserved.
4  *
5  * Author: Tomasz Lauda <tomasz.lauda@linux.intel.com>
6  */
7 
8 #ifdef __SOF_TRACE_TRACE_H__
9 
10 #ifndef __PLATFORM_TRACE_TRACE_H__
11 #define __PLATFORM_TRACE_TRACE_H__
12 
13 /* Platform defined trace code */
14 #define platform_trace_point(__x)
15 
16 #endif /* __PLATFORM_TRACE_TRACE_H__ */
17 
18 #else
19 
20 #error "This file shouldn't be included from outside of sof/trace/trace.h"
21 
22 #endif /* __SOF_TRACE_TRACE_H__ */
23