Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / net / bonding / bonding_priv.h
blobfef6288c6944fb6f88046e9846c234352492c7f5
1 /* SPDX-License-Identifier: GPL-1.0+ */
2 /*
3 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
5 * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
6 * NCM: Network and Communications Management, Inc.
8 * BUT, I'm the one who modified it for ethernet, so:
9 * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
13 #ifndef _BONDING_PRIV_H
14 #define _BONDING_PRIV_H
15 #include <generated/utsrelease.h>
17 #define DRV_NAME "bonding"
18 #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"
20 #define bond_version DRV_DESCRIPTION ": v" UTS_RELEASE "\n"
22 #endif