linux/net/ethtool/phc_vclocks.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright 2021 NXP
 */
#include "netlink.h"
#include "common.h"

struct phc_vclocks_req_info {};

struct phc_vclocks_reply_data {};

#define PHC_VCLOCKS_REPDATA(__reply_base)

const struct nla_policy ethnl_phc_vclocks_get_policy[] =;

static int phc_vclocks_prepare_data(const struct ethnl_req_info *req_base,
				    struct ethnl_reply_data *reply_base,
				    const struct genl_info *info)
{}

static int phc_vclocks_reply_size(const struct ethnl_req_info *req_base,
				  const struct ethnl_reply_data *reply_base)
{}

static int phc_vclocks_fill_reply(struct sk_buff *skb,
				  const struct ethnl_req_info *req_base,
				  const struct ethnl_reply_data *reply_base)
{}

static void phc_vclocks_cleanup_data(struct ethnl_reply_data *reply_base)
{}

const struct ethnl_request_ops ethnl_phc_vclocks_request_ops =;