Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright 2018 NXP
0004  * Copyright 2020 NXP
0005  */
0006 
0007 #ifndef __RTC_H
0008 #define __RTC_H
0009 
0010 #include <linux/fsl/ptp_qoriq.h>
0011 
0012 #include "dprtc.h"
0013 #include "dprtc-cmd.h"
0014 
0015 extern int dpaa2_phc_index;
0016 extern struct ptp_qoriq *dpaa2_ptp;
0017 
0018 #endif