/* SPDX-License-Identifier: GPL-2.0+ */ /* * PTP hardware clock driver for the FemtoClock3 family of timing and * synchronization devices. * * Copyright (C) 2023 Integrated Device Technology, Inc., a Renesas Company. */ #ifndef PTP_IDTFC3_H #define PTP_IDTFC3_H #include <linux/ktime.h> #include <linux/ptp_clock.h> #include <linux/regmap.h> #define FW_FILENAME … #define MAX_FFO_PPB … #define TDC_GET_PERIOD … struct idtfc3 { … }; #endif /* PTP_IDTFC3_H */