|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
|
|
|
|
#ifndef _WX_ETHTOOL_H_
|
|
#define _WX_ETHTOOL_H_
|
|
|
|
void wx_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info);
|
|
#endif /* _WX_ETHTOOL_H_ */
|