1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * The Linux BAYCOM driver for the Baycom serial 1200 baud modem
4 * and the parallel 9600 baud modem
5 * (C) 1997-1998 by Thomas Sailer, HB9JNX/AE4WA
11 /* -------------------------------------------------------------------- */
13 * structs for the IOCTL commands
16 struct baycom_debug_data {
25 struct baycom_debug_data dbg;
29 /* -------------------------------------------------------------------- */
32 * ioctl values change for baycom
34 #define BAYCOMCTL_GETDEBUG 0x92
36 /* -------------------------------------------------------------------- */
38 #endif /* _BAYCOM_H */
40 /* --------------------------------------------------------------------- */