Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / include / uapi / linux / wanrouter.h
blob2f1216d00caa40309125aeb39113dca958b57219
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * wanrouter.h Legacy declarations kept around until X25 is removed
4 */
6 #ifndef _UAPI_ROUTER_H
7 #define _UAPI_ROUTER_H
9 /* 'state' defines */
10 enum wan_states
12 WAN_UNCONFIGURED, /* link/channel is not configured */
13 WAN_DISCONNECTED, /* link/channel is disconnected */
14 WAN_CONNECTING, /* connection is in progress */
15 WAN_CONNECTED /* link/channel is operational */
18 #endif /* _UAPI_ROUTER_H */