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