18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes 58c2ecf20Sopenharmony_ci * NCM: Network and Communications Management, Inc. 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * BUT, I'm the one who modified it for ethernet, so: 88c2ecf20Sopenharmony_ci * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov 98c2ecf20Sopenharmony_ci * 108c2ecf20Sopenharmony_ci * This software may be used and distributed according to the terms 118c2ecf20Sopenharmony_ci * of the GNU Public License, incorporated herein by reference. 128c2ecf20Sopenharmony_ci * 138c2ecf20Sopenharmony_ci */ 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#ifndef _BONDING_PRIV_H 168c2ecf20Sopenharmony_ci#define _BONDING_PRIV_H 178c2ecf20Sopenharmony_ci#include <generated/utsrelease.h> 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define DRV_NAME "bonding" 208c2ecf20Sopenharmony_ci#define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#define bond_version DRV_DESCRIPTION ": v" UTS_RELEASE "\n" 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci#endif 25