brintos

brintos / linux-shallow public Read only

0
0
Text · 363 B · bd56008 Raw
15 lines · c
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 9struct prestera_port_event;10struct prestera_port;11 12extern const struct ethtool_ops prestera_ethtool_ops;13 14#endif /* _PRESTERA_ETHTOOL_H_ */15