1 /*
2  * Copyright (c) 2018 Intel Corporation.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_INCLUDE_PTP_CLOCK_H_
8 #define ZEPHYR_INCLUDE_PTP_CLOCK_H_
9 
10 #ifndef CONFIG_COMPAT_INCLUDES
11 #warning "This header file has moved, include <drivers/ptp_clock.h> instead."
12 #endif
13 
14 #include <drivers/ptp_clock.h>
15 
16 #endif /* ZEPHYR_INCLUDE_PTP_CLOCK_H_ */
17