1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI_ROUTER_H 7 #define _UAPI_ROUTER_H 8 enum wan_states 9 { 10 WAN_UNCONFIGURED, 11 WAN_DISCONNECTED, 12 WAN_CONNECTING, 13 WAN_CONNECTED 14 }; 15 #endif 16