mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-03 13:53:48 +00:00
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>
14 lines
178 B
C
14 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
|