| 
									
										
										
										
											2008-12-17 15:49:09 -08:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * u_phonet.h - interface to Phonet | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2007-2008 by Nokia Corporation | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This software is distributed under the terms of the GNU General | 
					
						
							|  |  |  |  * Public License ("GPL") as published by the Free Software Foundation, | 
					
						
							|  |  |  |  * either version 2 of that License or (at your option) any later version. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __U_PHONET_H
 | 
					
						
							|  |  |  | #define __U_PHONET_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/usb/composite.h>
 | 
					
						
							|  |  |  | #include <linux/usb/cdc.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-05-23 10:51:11 +02:00
										 |  |  | struct f_phonet_opts { | 
					
						
							|  |  |  | 	struct usb_function_instance func_inst; | 
					
						
							|  |  |  | 	bool bound; | 
					
						
							|  |  |  | 	struct net_device *net; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct net_device *gphonet_setup_default(void); | 
					
						
							|  |  |  | void gphonet_set_gadget(struct net_device *net, struct usb_gadget *g); | 
					
						
							|  |  |  | int gphonet_register_netdev(struct net_device *net); | 
					
						
							| 
									
										
										
										
											2013-05-23 10:51:10 +02:00
										 |  |  | int phonet_bind_config(struct usb_configuration *c, struct net_device *dev); | 
					
						
							|  |  |  | void gphonet_cleanup(struct net_device *dev); | 
					
						
							| 
									
										
										
										
											2008-12-17 15:49:09 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __U_PHONET_H */
 |