mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 08:05:12 +07:00
0a006a2f89
This patch is to move DPAA2 PTP driver out of staging/ since the dpaa2-eth had been moved out. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
15 lines
178 B
C
15 lines
178 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright 2018 NXP
|
|
*/
|
|
|
|
#ifndef __RTC_H
|
|
#define __RTC_H
|
|
|
|
#include "dprtc.h"
|
|
#include "dprtc-cmd.h"
|
|
|
|
extern int dpaa2_phc_index;
|
|
|
|
#endif
|