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 extern const struct ethtool_ops prestera_ethtool_ops;
10 
11 #endif /* _PRESTERA_ETHTOOL_H_ */
12