blob: 498d6c12c66614a1891a8fa4250c1ae6bfdfdc74 [file] [log] [blame]
Paul Gortmaker6fcdf4f2013-01-30 21:50:08 -05001/*
2 * wanrouter.h Legacy declarations kept around until X25 is removed
3 */
David Howells607ca462012-10-13 10:46:48 +01004
5#ifndef _UAPI_ROUTER_H
6#define _UAPI_ROUTER_H
7
David Howells607ca462012-10-13 10:46:48 +01008/* 'state' defines */
9enum wan_states
10{
11 WAN_UNCONFIGURED, /* link/channel is not configured */
12 WAN_DISCONNECTED, /* link/channel is disconnected */
13 WAN_CONNECTING, /* connection is in progress */
Paul Gortmaker6fcdf4f2013-01-30 21:50:08 -050014 WAN_CONNECTED /* link/channel is operational */
David Howells607ca462012-10-13 10:46:48 +010015};
16
David Howells607ca462012-10-13 10:46:48 +010017#endif /* _UAPI_ROUTER_H */