162306a36Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2019-2020 Marvell International Ltd. All rights reserved. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __PRESTERA_ETHTOOL_H_ 562306a36Sopenharmony_ci#define __PRESTERA_ETHTOOL_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#include <linux/ethtool.h> 862306a36Sopenharmony_ci 962306a36Sopenharmony_cistruct prestera_port_event; 1062306a36Sopenharmony_cistruct prestera_port; 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciextern const struct ethtool_ops prestera_ethtool_ops; 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* _PRESTERA_ETHTOOL_H_ */ 15