]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/wanrouter.h
Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteproc
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / wanrouter.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
607ca46e 2/*
6fcdf4fa 3 * wanrouter.h Legacy declarations kept around until X25 is removed
607ca46e 4 */
607ca46e 5
6fcdf4fa
PG
6#ifndef _UAPI_ROUTER_H
7#define _UAPI_ROUTER_H
607ca46e
DH
8
9/* 'state' defines */
10enum wan_states
11{
12 WAN_UNCONFIGURED, /* link/channel is not configured */
13 WAN_DISCONNECTED, /* link/channel is disconnected */
14 WAN_CONNECTING, /* connection is in progress */
6fcdf4fa 15 WAN_CONNECTED /* link/channel is operational */
607ca46e
DH
16};
17
607ca46e 18#endif /* _UAPI_ROUTER_H */