2018-07-04 21:03:03 +08:00
|
|
|
/*
|
2019-06-26 00:25:12 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2018-07-04 21:03:03 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_TRACING_H_
|
|
|
|
#define ZEPHYR_INCLUDE_TRACING_H_
|
2018-07-04 21:03:03 +08:00
|
|
|
|
2019-06-26 00:25:12 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <debug/tracing.h> instead."
|
2018-07-04 21:03:03 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 00:25:12 +08:00
|
|
|
#include <debug/tracing.h>
|
2018-07-04 21:03:03 +08:00
|
|
|
|
2019-06-26 00:25:12 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_TRACING_H_ */
|