diff options
Diffstat (limited to 'libc/kernel/uapi/linux/wanrouter.h')
-rw-r--r-- | libc/kernel/uapi/linux/wanrouter.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libc/kernel/uapi/linux/wanrouter.h b/libc/kernel/uapi/linux/wanrouter.h index d879600d6..d4f48211e 100644 --- a/libc/kernel/uapi/linux/wanrouter.h +++ b/libc/kernel/uapi/linux/wanrouter.h @@ -18,13 +18,12 @@ ****************************************************************************/ #ifndef _UAPI_ROUTER_H #define _UAPI_ROUTER_H -enum wan_states -{ -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - WAN_UNCONFIGURED, - WAN_DISCONNECTED, - WAN_CONNECTING, - WAN_CONNECTED +enum wan_states { + WAN_UNCONFIGURED, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + WAN_DISCONNECTED, + WAN_CONNECTING, + WAN_CONNECTED }; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif |