linux/include/uapi/linux/if_eql.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * 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 _UAPI_LINUX_IF_EQL_H
#define _UAPI_LINUX_IF_EQL_H

#define EQL_DEFAULT_SLAVE_PRIORITY
#define EQL_DEFAULT_MAX_SLAVES
#define EQL_DEFAULT_MTU
#define EQL_DEFAULT_RESCHED_IVAL

#define EQL_ENSLAVE
#define EQL_EMANCIPATE

#define EQL_GETSLAVECFG
#define EQL_SETSLAVECFG

#define EQL_GETMASTRCFG
#define EQL_SETMASTRCFG


master_config_t;

slave_config_t;

slaving_request_t;


#endif /* _UAPI_LINUX_IF_EQL_H */