repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa2
/
dpaa2-ptp.h
blob
e1023538b4c30a853d78060b5b93f0527f54a2d9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright 2018 NXP
4
* Copyright 2020 NXP
5
*/
6
7
#ifndef __RTC_H
8
#define __RTC_H
9
10
#include <linux/fsl/ptp_qoriq.h>
11
12
#include
"dprtc.h"
13
#include
"dprtc-cmd.h"
14
15
extern
int
dpaa2_phc_index
;
16
extern
struct
ptp_qoriq
*
dpaa2_ptp
;
17
18
#endif