2015-11-21 21:16:01 -05:00
|
|
|
/*
|
2019-06-25 15:53:47 -04:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2015-11-21 21:16:01 -05:00
|
|
|
*
|
2017-01-18 17:01:01 -08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-11-21 21:16:01 -05:00
|
|
|
*/
|
2018-09-14 10:43:44 -07:00
|
|
|
#ifndef ZEPHYR_INCLUDE_CLOCK_CONTROL_H_
|
|
|
|
#define ZEPHYR_INCLUDE_CLOCK_CONTROL_H_
|
2015-11-21 21:16:01 -05:00
|
|
|
|
2019-06-25 15:53:47 -04:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/clock_control.h> instead."
|
2015-11-21 21:16:01 -05:00
|
|
|
#endif
|
|
|
|
|
2019-06-25 15:53:47 -04:00
|
|
|
#include <drivers/clock_control.h>
|
2015-11-21 21:16:01 -05:00
|
|
|
|
2018-09-14 10:43:44 -07:00
|
|
|
#endif /* ZEPHYR_INCLUDE_CLOCK_CONTROL_H_ */
|