17de4344fSNishad Kamdar /* SPDX-License-Identifier: GPL-2.0 */ 20a006a2fSYangbo Lu /* 30a006a2fSYangbo Lu * Copyright 2018 NXP 4d21c784cSYangbo Lu * Copyright 2020 NXP 50a006a2fSYangbo Lu */ 60a006a2fSYangbo Lu 70a006a2fSYangbo Lu #ifndef __RTC_H 80a006a2fSYangbo Lu #define __RTC_H 90a006a2fSYangbo Lu 10d21c784cSYangbo Lu #include <linux/fsl/ptp_qoriq.h> 11d21c784cSYangbo Lu 120a006a2fSYangbo Lu #include "dprtc.h" 130a006a2fSYangbo Lu #include "dprtc-cmd.h" 140a006a2fSYangbo Lu 150a006a2fSYangbo Lu extern int dpaa2_phc_index; 16d21c784cSYangbo Lu extern struct ptp_qoriq *dpaa2_ptp; 170a006a2fSYangbo Lu 180a006a2fSYangbo Lu #endif 19