blob: 628707ec2686d3fe25dbe63669f8cffa2b28216a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright (c) 2024 Hisilicon Limited. */
#ifndef __HBG_ETHTOOL_H
#define __HBG_ETHTOOL_H
#include <linux/netdevice.h>
void hbg_ethtool_set_ops(struct net_device *netdev);
#endif
|