• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _BAYCOM_H
7 #define _BAYCOM_H
8 struct baycom_debug_data {
9 	unsigned long debug1;
10 	unsigned long debug2;
11 	long debug3;
12 };
13 struct baycom_ioctl {
14 	int cmd;
15 	union {
16 		struct baycom_debug_data dbg;
17 	} data;
18 };
19 #define BAYCOMCTL_GETDEBUG       0x92
20 #endif
21