net: hns: Use phy_driver to setup Phy loopback
[linux-2.6/btrfs-unstable.git] / drivers / net / bonding / bonding_priv.h
blob5a4d81a9437c751bd04e9d0dbb1062aa7358fb3e
1 /*
2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
4 * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
5 * NCM: Network and Communications Management, Inc.
7 * BUT, I'm the one who modified it for ethernet, so:
8 * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
10 * This software may be used and distributed according to the terms
11 * of the GNU Public License, incorporated herein by reference.
15 #ifndef _BONDING_PRIV_H
16 #define _BONDING_PRIV_H
18 #define DRV_VERSION "3.7.1"
19 #define DRV_RELDATE "April 27, 2011"
20 #define DRV_NAME "bonding"
21 #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"
23 #define bond_version DRV_DESCRIPTION ": v" DRV_VERSION " (" DRV_RELDATE ")\n"
25 #endif