Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
0003  *
0004  * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
0005  * NCM: Network and Communications Management, Inc.
0006  *
0007  * BUT, I'm the one who modified it for ethernet, so:
0008  * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
0009  *
0010  *  This software may be used and distributed according to the terms
0011  *  of the GNU Public License, incorporated herein by reference.
0012  *
0013  */
0014 
0015 #ifndef _BONDING_PRIV_H
0016 #define _BONDING_PRIV_H
0017 #include <generated/utsrelease.h>
0018 
0019 #define DRV_NAME    "bonding"
0020 #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"
0021 
0022 #define bond_version DRV_DESCRIPTION ": v" UTS_RELEASE "\n"
0023 
0024 #endif