1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 *** To edit the content of this header, modify the corresponding 11 *** source file (e.g. under external/kernel-headers/original/) then 12 *** run bionic/libc/kernel/tools/update_all.py 13 *** 14 *** Any manual change here will be lost the next time this script will 15 *** be run. You've been warned! 16 *** 17 **************************************************************************** 18 ****************************************************************************/ 19 #ifndef _UAPI__ISDNIF_H__ 20 #define _UAPI__ISDNIF_H__ 21 #define ISDN_PTYPE_UNKNOWN 0 22 #define ISDN_PTYPE_1TR6 1 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 24 #define ISDN_PTYPE_EURO 2 25 #define ISDN_PTYPE_LEASED 3 26 #define ISDN_PTYPE_NI1 4 27 #define ISDN_PTYPE_MAX 7 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 29 #define ISDN_PROTO_L2_X75I 0 30 #define ISDN_PROTO_L2_X75UI 1 31 #define ISDN_PROTO_L2_X75BUI 2 32 #define ISDN_PROTO_L2_HDLC 3 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 34 #define ISDN_PROTO_L2_TRANS 4 35 #define ISDN_PROTO_L2_X25DTE 5 36 #define ISDN_PROTO_L2_X25DCE 6 37 #define ISDN_PROTO_L2_V11096 7 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 39 #define ISDN_PROTO_L2_V11019 8 40 #define ISDN_PROTO_L2_V11038 9 41 #define ISDN_PROTO_L2_MODEM 10 42 #define ISDN_PROTO_L2_FAX 11 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 44 #define ISDN_PROTO_L2_HDLC_56K 12 45 #define ISDN_PROTO_L2_MAX 15 46 #define ISDN_PROTO_L3_TRANS 0 47 #define ISDN_PROTO_L3_TRANSDSP 1 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 49 #define ISDN_PROTO_L3_FCLASS2 2 50 #define ISDN_PROTO_L3_FCLASS1 3 51 #define ISDN_PROTO_L3_MAX 7 52 #endif 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 54