/* SPDX-License-Identifier: GPL-2.0+ */ // Copyright (c) 2021 Hisilicon Limited. #ifndef __HNS3_ETHTOOL_H #define __HNS3_ETHTOOL_H #include <linux/ethtool.h> #include <linux/netdevice.h> struct hns3_stats { … }; struct hns3_sfp_type { … }; struct hns3_pflag_desc { … }; struct hns3_ethtool_link_ext_state_mapping { … }; struct hns3_ring_param { … }; #endif