Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.8
 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
15extern int dpaa2_phc_index;
16extern struct ptp_qoriq *dpaa2_ptp;
17
18#endif
v5.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright 2018 NXP
 
 4 */
 5
 6#ifndef __RTC_H
 7#define __RTC_H
 8
 
 
 9#include "dprtc.h"
10#include "dprtc-cmd.h"
11
12extern int dpaa2_phc_index;
 
13
14#endif