linux_dsm_epyc7002/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.h
Yangbo Lu 0a006a2f89 net: dpaa2: move DPAA2 PTP driver out of staging/
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>
2018-10-08 10:23:22 -07:00

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