Go to the documentation of this file.
29 #ifndef __ISDNHDLC_H__
30 #define __ISDNHDLC_H__
59 #define HDLC_56KBIT 0x01
60 #define HDLC_DCHANNEL 0x02
61 #define HDLC_BITREVERSE 0x04
68 #define HDLC_FRAMING_ERROR 1
69 #define HDLC_CRC_ERROR 2
70 #define HDLC_LENGTH_ERROR 3