2020-02-06 22:14:51 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2019-06-26 00:25:12 +08:00
|
|
|
|
2020-02-06 22:14:51 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_DEBUG_TRACING_H
|
|
|
|
#define ZEPHYR_INCLUDE_DEBUG_TRACING_H
|
|
|
|
#warning "This header file has moved, include <tracing/tracing.h> instead."
|
2019-06-26 00:25:12 +08:00
|
|
|
|
2020-02-06 22:14:51 +08:00
|
|
|
#include <tracing/tracing.h>
|
2019-06-26 00:25:12 +08:00
|
|
|
#endif
|