bonding_priv.h 687 B

123456789101112131415161718192021222324
  1. /*
  2. * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
  3. *
  4. * Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
  5. * NCM: Network and Communications Management, Inc.
  6. *
  7. * BUT, I'm the one who modified it for ethernet, so:
  8. * (c) Copyright 1999, Thomas Davis, [email protected]
  9. *
  10. * This software may be used and distributed according to the terms
  11. * of the GNU Public License, incorporated herein by reference.
  12. *
  13. */
  14. #ifndef _BONDING_PRIV_H
  15. #define _BONDING_PRIV_H
  16. #include <generated/utsrelease.h>
  17. #define DRV_NAME "bonding"
  18. #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver"
  19. #define bond_version DRV_DESCRIPTION ": v" UTS_RELEASE "\n"
  20. #endif