Paul Gortmaker | 6fcdf4f | 2013-01-30 21:50:08 -0500 | [diff] [blame] | 1 | /* |
| 2 | * wanrouter.h Legacy declarations kept around until X25 is removed |
| 3 | */ |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 4 | |
| 5 | #ifndef _UAPI_ROUTER_H |
| 6 | #define _UAPI_ROUTER_H |
| 7 | |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 8 | /* 'state' defines */ |
| 9 | enum 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 Gortmaker | 6fcdf4f | 2013-01-30 21:50:08 -0500 | [diff] [blame] | 14 | WAN_CONNECTED /* link/channel is operational */ |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 15 | }; |
| 16 | |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 17 | #endif /* _UAPI_ROUTER_H */ |