| * Equalizer Load-balancer for serial network interfaces. |
| * (c) Copyright 1995 Simon "Guru Aleph-Null" Janes |
| * NCM: Network and Communications Management, Inc. |
| * This software may be used and distributed according to the terms |
| * of the GNU General Public License, incorporated herein by reference. |
| * The author may be reached as simon@ncm.com, or C/O |
| * Phone: 1-703-847-0040 ext 103 |
| #include <linux/spinlock.h> |
| #include <uapi/linux/if_eql.h> |
| typedef struct slave_queue { |
| struct list_head all_slaves; |
| struct net_device *master_dev; |
| typedef struct equalizer { |
| #endif /* _LINUX_EQL_H */ |