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