162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-1.0+ */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes 662306a36Sopenharmony_ci * NCM: Network and Communications Management, Inc. 762306a36Sopenharmony_ci * 862306a36Sopenharmony_ci * BUT, I'm the one who modified it for ethernet, so: 962306a36Sopenharmony_ci * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov 1062306a36Sopenharmony_ci * 1162306a36Sopenharmony_ci */ 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#ifndef _BONDING_PRIV_H 1462306a36Sopenharmony_ci#define _BONDING_PRIV_H 1562306a36Sopenharmony_ci#include <generated/utsrelease.h> 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#define DRV_NAME "bonding" 1862306a36Sopenharmony_ci#define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#define bond_version DRV_DESCRIPTION ": v" UTS_RELEASE "\n" 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci#endif 23