.. | .. |
---|
33 | 33 | #define IFNAMSIZ 16 |
---|
34 | 34 | #endif /* __UAPI_DEF_IF_IFNAMSIZ */ |
---|
35 | 35 | #define IFALIASZ 256 |
---|
| 36 | +#define ALTIFNAMSIZ 128 |
---|
36 | 37 | #include <linux/hdlc/ioctl.h> |
---|
37 | 38 | |
---|
38 | 39 | /* For glibc compatibility. An empty enum does not compile. */ |
---|
.. | .. |
---|
177 | 178 | enum { |
---|
178 | 179 | IF_LINK_MODE_DEFAULT, |
---|
179 | 180 | IF_LINK_MODE_DORMANT, /* limit upward transition to dormant */ |
---|
| 181 | + IF_LINK_MODE_TESTING, /* limit upward transition to testing */ |
---|
180 | 182 | }; |
---|
181 | 183 | |
---|
182 | 184 | /* |
---|
.. | .. |
---|
212 | 214 | fr_proto __user *fr; |
---|
213 | 215 | fr_proto_pvc __user *fr_pvc; |
---|
214 | 216 | fr_proto_pvc_info __user *fr_pvc_info; |
---|
| 217 | + x25_hdlc_proto __user *x25; |
---|
215 | 218 | |
---|
216 | 219 | /* interface settings */ |
---|
217 | 220 | sync_serial_settings __user *sync; |
---|