dpaa2-ptp.h 273 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright 2018 NXP
  4. * Copyright 2020 NXP
  5. */
  6. #ifndef __RTC_H
  7. #define __RTC_H
  8. #include <linux/fsl/ptp_qoriq.h>
  9. #include "dprtc.h"
  10. #include "dprtc-cmd.h"
  11. extern int dpaa2_phc_index;
  12. extern struct ptp_qoriq *dpaa2_ptp;
  13. #endif