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