patch-2.4.23 linux-2.4.23/include/linux/hdlc/ioctl.h
Next file: linux-2.4.23/include/linux/hdlc.h
Previous file: linux-2.4.23/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/linux/hdlc/ioctl.h
- Orig date:
2003-06-13 07:51:38.000000000 -0700
diff -urN linux-2.4.22/include/linux/hdlc/ioctl.h linux-2.4.23/include/linux/hdlc/ioctl.h
@@ -34,22 +34,15 @@
} fr_proto_pvc; /* for creating/deleting FR PVCs */
typedef struct {
+ unsigned int dlci;
+ char master[IFNAMSIZ]; /* Name of master FRAD device */
+}fr_proto_pvc_info; /* for returning PVC information only */
+
+typedef struct {
unsigned int interval;
unsigned int timeout;
} cisco_proto;
/* PPP doesn't need any info now - supply length = 0 to ioctl */
-union hdlc_settings {
- raw_hdlc_proto raw_hdlc;
- cisco_proto cisco;
- fr_proto fr;
- fr_proto_pvc fr_pvc;
-};
-
-union line_settings {
- sync_serial_settings sync;
- te1_settings te1;
-};
-
#endif /* __HDLC_IOCTL_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)