ptp_clock.h 354 B

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