| 
									
										
										
										
											2012-10-13 10:46:48 +01:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2013-01-30 21:50:08 -05:00
										 |  |  |  * wanrouter.h	Legacy declarations kept around until X25 is removed | 
					
						
							| 
									
										
										
										
											2012-10-13 10:46:48 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-30 21:50:08 -05:00
										 |  |  | #ifndef _UAPI_ROUTER_H
 | 
					
						
							|  |  |  | #define _UAPI_ROUTER_H
 | 
					
						
							| 
									
										
										
										
											2012-10-13 10:46:48 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* 'state' defines */ | 
					
						
							|  |  |  | enum wan_states | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	WAN_UNCONFIGURED,	/* link/channel is not configured */ | 
					
						
							|  |  |  | 	WAN_DISCONNECTED,	/* link/channel is disconnected */ | 
					
						
							|  |  |  | 	WAN_CONNECTING,		/* connection is in progress */ | 
					
						
							| 
									
										
										
										
											2013-01-30 21:50:08 -05:00
										 |  |  | 	WAN_CONNECTED		/* link/channel is operational */ | 
					
						
							| 
									
										
										
										
											2012-10-13 10:46:48 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* _UAPI_ROUTER_H */
 |