]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/uapi/linux/wanrouter.h
xfrm: policy: remove family field
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / wanrouter.h
CommitLineData
607ca46e 1/*
6fcdf4fa 2 * wanrouter.h Legacy declarations kept around until X25 is removed
607ca46e 3 */
607ca46e 4
6fcdf4fa
PG
5#ifndef _UAPI_ROUTER_H
6#define _UAPI_ROUTER_H
607ca46e
DH
7
8/* '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 */
6fcdf4fa 14 WAN_CONNECTED /* link/channel is operational */
607ca46e
DH
15};
16
607ca46e 17#endif /* _UAPI_ROUTER_H */