brintos

brintos / linux-shallow public Read only

0
0
Text · 273 B · e102353 Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright 2018 NXP4 * Copyright 2020 NXP5 */6 7#ifndef __RTC_H8#define __RTC_H9 10#include <linux/fsl/ptp_qoriq.h>11 12#include "dprtc.h"13#include "dprtc-cmd.h"14 15extern int dpaa2_phc_index;16extern struct ptp_qoriq *dpaa2_ptp;17 18#endif19