1*cda5da8dSAndroid Build Coastguard Worker /* 2*cda5da8dSAndroid Build Coastguard Worker * This file is auto-generated. Modifications will be lost. 3*cda5da8dSAndroid Build Coastguard Worker * 4*cda5da8dSAndroid Build Coastguard Worker * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5*cda5da8dSAndroid Build Coastguard Worker * for more information. 6*cda5da8dSAndroid Build Coastguard Worker */ 7*cda5da8dSAndroid Build Coastguard Worker #ifndef _BAYCOM_H 8*cda5da8dSAndroid Build Coastguard Worker #define _BAYCOM_H 9*cda5da8dSAndroid Build Coastguard Worker struct baycom_debug_data { 10*cda5da8dSAndroid Build Coastguard Worker unsigned long debug1; 11*cda5da8dSAndroid Build Coastguard Worker unsigned long debug2; 12*cda5da8dSAndroid Build Coastguard Worker long debug3; 13*cda5da8dSAndroid Build Coastguard Worker }; 14*cda5da8dSAndroid Build Coastguard Worker struct baycom_ioctl { 15*cda5da8dSAndroid Build Coastguard Worker int cmd; 16*cda5da8dSAndroid Build Coastguard Worker union { 17*cda5da8dSAndroid Build Coastguard Worker struct baycom_debug_data dbg; 18*cda5da8dSAndroid Build Coastguard Worker } data; 19*cda5da8dSAndroid Build Coastguard Worker }; 20*cda5da8dSAndroid Build Coastguard Worker #define BAYCOMCTL_GETDEBUG 0x92 21*cda5da8dSAndroid Build Coastguard Worker #endif 22