linux/include/linux/yam.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*****************************************************************************/

/*
 *	yam.h  -- YAM radio modem driver.
 *
 *	Copyright (C) 1998 Frederic Rible F1OAT ([email protected])
 *	Adapted from baycom.c driver written by Thomas Sailer ([email protected])
 *
 *  Please note that the GPL allows you to use the driver, NOT the radio.
 *  In order to use the radio, you need a license from the communications
 *  authority of your country.
 */

/*****************************************************************************/

#define SIOCYAMRESERVED
#define SIOCYAMSCFG
#define SIOCYAMGCFG
#define SIOCYAMSMCS

#define YAM_IOBASE
#define YAM_IRQ
#define YAM_BITRATE
#define YAM_MODE
#define YAM_HOLDDLY
#define YAM_TXDELAY
#define YAM_TXTAIL
#define YAM_PERSIST
#define YAM_SLOTTIME
#define YAM_BAUDRATE

#define YAM_MAXBITRATE
#define YAM_MAXBAUDRATE
#define YAM_MAXMODE
#define YAM_MAXHOLDDLY
#define YAM_MAXTXDELAY
#define YAM_MAXTXTAIL
#define YAM_MAXPERSIST
#define YAM_MAXSLOTTIME

#define YAM_FPGA_SIZE

struct yamcfg {};

struct yamdrv_ioctl_cfg {};

struct yamdrv_ioctl_mcs {};