2018-01-24 21:22:55 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Intel Corporation.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_PTP_CLOCK_H_
|
|
|
|
#define ZEPHYR_INCLUDE_PTP_CLOCK_H_
|
2018-01-24 21:22:55 +08:00
|
|
|
|
2021-03-24 21:53:53 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/ptp_clock.h> instead."
|
2018-01-24 21:22:55 +08:00
|
|
|
#endif
|
|
|
|
|
2021-03-24 21:53:53 +08:00
|
|
|
#include <drivers/ptp_clock.h>
|
2019-08-13 01:54:52 +08:00
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_PTP_CLOCK_H_ */
|