blob: c0d4308f646e2881dd4e974b31b06a8df66324dd [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _BAYCOM_H
8#define _BAYCOM_H
9struct baycom_debug_data {
Tao Baod7db5942015-01-28 10:07:51 -080010 unsigned long debug1;
Tao Baod7db5942015-01-28 10:07:51 -080011 unsigned long debug2;
12 long debug3;
Ben Cheng655a7c02013-10-16 16:09:24 -070013};
14struct baycom_ioctl {
Tao Baod7db5942015-01-28 10:07:51 -080015 int cmd;
16 union {
17 struct baycom_debug_data dbg;
18 } data;
Ben Cheng655a7c02013-10-16 16:09:24 -070019};
20#define BAYCOMCTL_GETDEBUG 0x92
Nick Kralevicha67e4de2013-01-14 11:28:26 -080021#endif