tracing.h 286 B

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