1 /* 2 * Copyright (c) 2020 Intel Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef ZEPHYR_INCLUDE_DEBUG_TRACING_H 8 #define ZEPHYR_INCLUDE_DEBUG_TRACING_H 9 #warning "This header file has moved, include <tracing/tracing.h> instead." 10 11 #include <zephyr/tracing/tracing.h> 12 #endif 13