Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: isdnif.h
/* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */
[0] Fix | Delete
/* $Id: isdnif.h,v 1.43.2.2 2004/01/12 23:08:35 keil Exp $
[1] Fix | Delete
*
[2] Fix | Delete
* Linux ISDN subsystem
[3] Fix | Delete
* Definition of the interface between the subsystem and its low-level drivers.
[4] Fix | Delete
*
[5] Fix | Delete
* Copyright 1994,95,96 by Fritz Elfert (fritz@isdn4linux.de)
[6] Fix | Delete
* Copyright 1995,96 Thinking Objects Software GmbH Wuerzburg
[7] Fix | Delete
*
[8] Fix | Delete
* This software may be used and distributed according to the terms
[9] Fix | Delete
* of the GNU General Public License, incorporated herein by reference.
[10] Fix | Delete
*
[11] Fix | Delete
*/
[12] Fix | Delete
[13] Fix | Delete
#ifndef __ISDNIF_H__
[14] Fix | Delete
#define __ISDNIF_H__
[15] Fix | Delete
[16] Fix | Delete
[17] Fix | Delete
/*
[18] Fix | Delete
* Values for general protocol-selection
[19] Fix | Delete
*/
[20] Fix | Delete
#define ISDN_PTYPE_UNKNOWN 0 /* Protocol undefined */
[21] Fix | Delete
#define ISDN_PTYPE_1TR6 1 /* german 1TR6-protocol */
[22] Fix | Delete
#define ISDN_PTYPE_EURO 2 /* EDSS1-protocol */
[23] Fix | Delete
#define ISDN_PTYPE_LEASED 3 /* for leased lines */
[24] Fix | Delete
#define ISDN_PTYPE_NI1 4 /* US NI-1 protocol */
[25] Fix | Delete
#define ISDN_PTYPE_MAX 7 /* Max. 8 Protocols */
[26] Fix | Delete
[27] Fix | Delete
/*
[28] Fix | Delete
* Values for Layer-2-protocol-selection
[29] Fix | Delete
*/
[30] Fix | Delete
#define ISDN_PROTO_L2_X75I 0 /* X75/LAPB with I-Frames */
[31] Fix | Delete
#define ISDN_PROTO_L2_X75UI 1 /* X75/LAPB with UI-Frames */
[32] Fix | Delete
#define ISDN_PROTO_L2_X75BUI 2 /* X75/LAPB with UI-Frames */
[33] Fix | Delete
#define ISDN_PROTO_L2_HDLC 3 /* HDLC */
[34] Fix | Delete
#define ISDN_PROTO_L2_TRANS 4 /* Transparent (Voice) */
[35] Fix | Delete
#define ISDN_PROTO_L2_X25DTE 5 /* X25/LAPB DTE mode */
[36] Fix | Delete
#define ISDN_PROTO_L2_X25DCE 6 /* X25/LAPB DCE mode */
[37] Fix | Delete
#define ISDN_PROTO_L2_V11096 7 /* V.110 bitrate adaption 9600 Baud */
[38] Fix | Delete
#define ISDN_PROTO_L2_V11019 8 /* V.110 bitrate adaption 19200 Baud */
[39] Fix | Delete
#define ISDN_PROTO_L2_V11038 9 /* V.110 bitrate adaption 38400 Baud */
[40] Fix | Delete
#define ISDN_PROTO_L2_MODEM 10 /* Analog Modem on Board */
[41] Fix | Delete
#define ISDN_PROTO_L2_FAX 11 /* Fax Group 2/3 */
[42] Fix | Delete
#define ISDN_PROTO_L2_HDLC_56K 12 /* HDLC 56k */
[43] Fix | Delete
#define ISDN_PROTO_L2_MAX 15 /* Max. 16 Protocols */
[44] Fix | Delete
[45] Fix | Delete
/*
[46] Fix | Delete
* Values for Layer-3-protocol-selection
[47] Fix | Delete
*/
[48] Fix | Delete
#define ISDN_PROTO_L3_TRANS 0 /* Transparent */
[49] Fix | Delete
#define ISDN_PROTO_L3_TRANSDSP 1 /* Transparent with DSP */
[50] Fix | Delete
#define ISDN_PROTO_L3_FCLASS2 2 /* Fax Group 2/3 CLASS 2 */
[51] Fix | Delete
#define ISDN_PROTO_L3_FCLASS1 3 /* Fax Group 2/3 CLASS 1 */
[52] Fix | Delete
#define ISDN_PROTO_L3_MAX 7 /* Max. 8 Protocols */
[53] Fix | Delete
[54] Fix | Delete
[55] Fix | Delete
#endif /* __ISDNIF_H__ */
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function