18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright (c) 2019-2020 Marvell International Ltd. All rights reserved. */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __PRESTERA_ETHTOOL_H_
58c2ecf20Sopenharmony_ci#define __PRESTERA_ETHTOOL_H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/ethtool.h>
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciextern const struct ethtool_ops prestera_ethtool_ops;
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif /* _PRESTERA_ETHTOOL_H_ */
12