summaryrefslogtreecommitdiff
path: root/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/baycom.h
blob: c0d4308f646e2881dd4e974b31b06a8df66324dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _BAYCOM_H
#define _BAYCOM_H
struct baycom_debug_data {
  unsigned long debug1;
  unsigned long debug2;
  long debug3;
};
struct baycom_ioctl {
  int cmd;
  union {
    struct baycom_debug_data dbg;
  } data;
};
#define BAYCOMCTL_GETDEBUG 0x92
#endif