2019-10-24 15:12:00 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2018-04-26 10:23:49 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2018 NXP
|
2020-09-18 09:07:59 +00:00
|
|
|
* Copyright 2020 NXP
|
2018-04-26 10:23:49 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __RTC_H
|
|
|
|
#define __RTC_H
|
|
|
|
|
2020-09-18 09:07:59 +00:00
|
|
|
#include <linux/fsl/ptp_qoriq.h>
|
|
|
|
|
2018-04-26 10:23:49 +00:00
|
|
|
#include "dprtc.h"
|
|
|
|
#include "dprtc-cmd.h"
|
|
|
|
|
|
|
|
extern int dpaa2_phc_index;
|
2020-09-18 09:07:59 +00:00
|
|
|
extern struct ptp_qoriq *dpaa2_ptp;
|
2018-04-26 10:23:49 +00:00
|
|
|
|
|
|
|
#endif
|