/* * 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 [email protected], or C/O * NCM * Attn: Simon Janes * 6803 Whittier Ave * McLean VA 22101 * Phone: 1-703-847-0040 ext 103 */ #ifndef _LINUX_IF_EQL_H #define _LINUX_IF_EQL_H #include <linux/timer.h> #include <linux/spinlock.h> #include <net/net_trackers.h> #include <uapi/linux/if_eql.h> slave_t; slave_queue_t; equalizer_t; #endif /* _LINUX_EQL_H */