linux/drivers/net/can/rockchip/rockchip_canfd-timestamp.c

// SPDX-License-Identifier: GPL-2.0
//
// Copyright (c) 2023, 2024 Pengutronix,
//               Marc Kleine-Budde <[email protected]>
//

#include <linux/clocksource.h>

#include "rockchip_canfd.h"

static u64 rkcanfd_timestamp_read(const struct cyclecounter *cc)
{}

void rkcanfd_skb_set_timestamp(const struct rkcanfd_priv *priv,
			       struct sk_buff *skb, const u32 timestamp)
{}

static void rkcanfd_timestamp_work(struct work_struct *work)
{}

void rkcanfd_timestamp_init(struct rkcanfd_priv *priv)
{}

void rkcanfd_timestamp_start(struct rkcanfd_priv *priv)
{}

void rkcanfd_timestamp_stop(struct rkcanfd_priv *priv)
{}

void rkcanfd_timestamp_stop_sync(struct rkcanfd_priv *priv)
{}