2 * This file is based on code from OCTEON SDK by Cavium Networks.
4 * Copyright (c) 2003-2007 Cavium Networks
6 * This file is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License, Version 2, as
8 * published by the Free Software Foundation.
11 #include <linux/module.h>
12 #include <linux/kernel.h>
13 #include <linux/netdevice.h>
14 #include <linux/etherdevice.h>
16 #include <linux/string.h>
17 #include <linux/ethtool.h>
18 #include <linux/seq_file.h>
19 #include <linux/proc_fs.h>
22 #include <linux/xfrm.h>
24 #endif /* CONFIG_XFRM */
26 extern const struct ethtool_ops cvm_oct_ethtool_ops
;
28 void octeon_mdiobus_force_mod_depencency(void);
30 int cvm_oct_ioctl(struct net_device
*dev
, struct ifreq
*rq
, int cmd
);
31 int cvm_oct_phy_setup_device(struct net_device
*dev
);