Go to the documentation of this file. 1 #ifndef __HDLC_IOCTL_H__
2 #define __HDLC_IOCTL_H__
5 #define GENERIC_HDLC_VERSION 4
7 #define CLOCK_DEFAULT 0
11 #define CLOCK_TXFROMRX 4
14 #define ENCODING_DEFAULT 0
15 #define ENCODING_NRZ 1
16 #define ENCODING_NRZI 2
17 #define ENCODING_FM_MARK 3
18 #define ENCODING_FM_SPACE 4
19 #define ENCODING_MANCHESTER 5
22 #define PARITY_DEFAULT 0
24 #define PARITY_CRC16_PR0 2
25 #define PARITY_CRC16_PR1 3
26 #define PARITY_CRC16_PR0_CCITT 4
27 #define PARITY_CRC16_PR1_CCITT 5
28 #define PARITY_CRC32_PR0_CCITT 6
29 #define PARITY_CRC32_PR1_CCITT 7