| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #ifndef __UM_SLIP_H
 | 
					
						
							|  |  |  | #define __UM_SLIP_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-13 15:52:18 -07:00
										 |  |  | #include "slip_common.h"
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | struct slip_data { | 
					
						
							|  |  |  | 	void *dev; | 
					
						
							|  |  |  | 	char name[sizeof("slnnnnn\0")]; | 
					
						
							|  |  |  | 	char *addr; | 
					
						
							|  |  |  | 	char *gate_addr; | 
					
						
							|  |  |  | 	int slave; | 
					
						
							| 
									
										
										
										
											2005-06-13 15:52:18 -07:00
										 |  |  | 	struct slip_proto slip; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-09-27 01:50:33 -07:00
										 |  |  | extern const struct net_user_info slip_user_info; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern int slip_user_read(int fd, void *buf, int len, struct slip_data *pri); | 
					
						
							|  |  |  | extern int slip_user_write(int fd, void *buf, int len, struct slip_data *pri); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |