| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* net/atm/addr.h - Local ATM address registry */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef NET_ATM_ADDR_H
 | 
					
						
							|  |  |  | #define NET_ATM_ADDR_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/atm.h>
 | 
					
						
							|  |  |  | #include <linux/atmdev.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-10-06 22:19:28 -07:00
										 |  |  | void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t type); | 
					
						
							| 
									
										
										
										
											2008-06-17 16:20:06 -07:00
										 |  |  | int atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, | 
					
						
							| 
									
										
										
										
											2005-10-06 22:19:28 -07:00
										 |  |  | 		 enum atm_addr_type_t type); | 
					
						
							| 
									
										
										
										
											2008-06-17 16:20:06 -07:00
										 |  |  | int atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, | 
					
						
							| 
									
										
										
										
											2005-10-06 22:19:28 -07:00
										 |  |  | 		 enum atm_addr_type_t type); | 
					
						
							|  |  |  | int atm_get_addr(struct atm_dev *dev, struct sockaddr_atmsvc __user *buf, | 
					
						
							|  |  |  | 		 size_t size, enum atm_addr_type_t type); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 |