1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * wanrouter.h Legacy declarations kept around until X25 is removed
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 */