Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
0002 /* Copyright (c) 2019-2020 Marvell International Ltd. All rights reserved. */
0003 
0004 #ifndef __PRESTERA_ETHTOOL_H_
0005 #define __PRESTERA_ETHTOOL_H_
0006 
0007 #include <linux/ethtool.h>
0008 
0009 struct prestera_port_event;
0010 struct prestera_port;
0011 
0012 extern const struct ethtool_ops prestera_ethtool_ops;
0013 
0014 #endif /* _PRESTERA_ETHTOOL_H_ */