hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/uapi/linux/hdlc/ioctl.h
....@@ -79,6 +79,15 @@
7979 unsigned int timeout;
8080 } cisco_proto;
8181
82
+typedef struct {
83
+ unsigned short dce; /* 1 for DCE (network side) operation */
84
+ unsigned int modulo; /* modulo (8 = basic / 128 = extended) */
85
+ unsigned int window; /* frame window size */
86
+ unsigned int t1; /* timeout t1 */
87
+ unsigned int t2; /* timeout t2 */
88
+ unsigned int n2; /* frame retry counter */
89
+} x25_hdlc_proto;
90
+
8291 /* PPP doesn't need any info now - supply length = 0 to ioctl */
8392
8493 #endif /* __ASSEMBLY__ */