1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
2 /* Copyright (c) 2019-2020 Marvell International Ltd. All rights reserved. */
3 
4 #ifndef __PRESTERA_ETHTOOL_H_
5 #define __PRESTERA_ETHTOOL_H_
6 
7 #include <linux/ethtool.h>
8 
9 struct prestera_port_event;
10 struct prestera_port;
11 
12 extern const struct ethtool_ops prestera_ethtool_ops;
13 
14 #endif /* _PRESTERA_ETHTOOL_H_ */
15