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 #define PLATFORM_TRACEP_SECONDARY_CORE(x) 0 14 15 /* Platform defined trace code */ 16 #define platform_trace_point(__x) 17 18 #endif /* __PLATFORM_TRACE_TRACE_H__ */ 19 20 #else 21 22 #error "This file shouldn't be included from outside of sof/trace/trace.h" 23 24 #endif /* __SOF_TRACE_TRACE_H__ */ 25