drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / include / uapi / linux / baycom.h
blob478cb565ae524c99cb480c160610e63140584d19
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
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
6 */
8 #ifndef _BAYCOM_H
9 #define _BAYCOM_H
11 /* -------------------------------------------------------------------- */
13 * structs for the IOCTL commands
16 struct baycom_debug_data {
17 unsigned long debug1;
18 unsigned long debug2;
19 long debug3;
22 struct baycom_ioctl {
23 int cmd;
24 union {
25 struct baycom_debug_data dbg;
26 } data;
29 /* -------------------------------------------------------------------- */
32 * ioctl values change for baycom
34 #define BAYCOMCTL_GETDEBUG 0x92
36 /* -------------------------------------------------------------------- */
38 #endif /* _BAYCOM_H */
40 /* --------------------------------------------------------------------- */