mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

For SFP port prestera driver will use kernel phylink infrastucture to configure port mode based on the module that has beed inserted Co-developed-by: Yevhen Orlov <yevhen.orlov@plvision.eu> Signed-off-by: Yevhen Orlov <yevhen.orlov@plvision.eu> Co-developed-by: Taras Chornyi <taras.chornyi@plvision.eu> Signed-off-by: Taras Chornyi <taras.chornyi@plvision.eu> Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
363 B
C
14 lines
363 B
C
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
|
|
/* Copyright (c) 2019-2020 Marvell International Ltd. All rights reserved. */
|
|
|
|
#ifndef __PRESTERA_ETHTOOL_H_
|
|
#define __PRESTERA_ETHTOOL_H_
|
|
|
|
#include <linux/ethtool.h>
|
|
|
|
struct prestera_port_event;
|
|
struct prestera_port;
|
|
|
|
extern const struct ethtool_ops prestera_ethtool_ops;
|
|
|
|
#endif /* _PRESTERA_ETHTOOL_H_ */
|