blob: 8c61e1943f388aee29ecd9d944bfea19cbd19fb4 [file] [log] [blame]
/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_TRACING_H_
#define ZEPHYR_INCLUDE_TRACING_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <debug/tracing.h> instead."
#endif
#include <debug/tracing.h>
#endif /* ZEPHYR_INCLUDE_TRACING_H_ */