xref: /linux/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.h (revision 15a1fbdcfb519c2bd291ed01c6c94e0b89537a77)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2018 NXP
4  */
5 
6 #ifndef __RTC_H
7 #define __RTC_H
8 
9 #include "dprtc.h"
10 #include "dprtc-cmd.h"
11 
12 extern int dpaa2_phc_index;
13 
14 #endif
15