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 #define ISDN_PTYPE_EURO 2 24 #define ISDN_PTYPE_LEASED 3 25 #define ISDN_PTYPE_NI1 4 26 #define ISDN_PTYPE_MAX 7 27 #define ISDN_PROTO_L2_X75I 0 28 #define ISDN_PROTO_L2_X75UI 1 29 #define ISDN_PROTO_L2_X75BUI 2 30 #define ISDN_PROTO_L2_HDLC 3 31 #define ISDN_PROTO_L2_TRANS 4 32 #define ISDN_PROTO_L2_X25DTE 5 33 #define ISDN_PROTO_L2_X25DCE 6 34 #define ISDN_PROTO_L2_V11096 7 35 #define ISDN_PROTO_L2_V11019 8 36 #define ISDN_PROTO_L2_V11038 9 37 #define ISDN_PROTO_L2_MODEM 10 38 #define ISDN_PROTO_L2_FAX 11 39 #define ISDN_PROTO_L2_HDLC_56K 12 40 #define ISDN_PROTO_L2_MAX 15 41 #define ISDN_PROTO_L3_TRANS 0 42 #define ISDN_PROTO_L3_TRANSDSP 1 43 #define ISDN_PROTO_L3_FCLASS2 2 44 #define ISDN_PROTO_L3_FCLASS1 3 45 #define ISDN_PROTO_L3_MAX 7 46 #endif 47