| /* SPDX-License-Identifier: GPL-2.0 */ |
| * This file is based on code from OCTEON SDK by Cavium Networks. |
| * Copyright (c) 2003-2007 Cavium Networks |
| #include <linux/module.h> |
| #include <linux/kernel.h> |
| #include <linux/netdevice.h> |
| #include <linux/etherdevice.h> |
| #include <linux/string.h> |
| #include <linux/ethtool.h> |
| #include <linux/seq_file.h> |
| #include <linux/proc_fs.h> |
| extern const struct ethtool_ops cvm_oct_ethtool_ops; |
| int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); |
| int cvm_oct_phy_setup_device(struct net_device *dev); |