/* 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> void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t type); int atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t type); int atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, 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); #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 64 | 71.91% | 2 | 28.57% |
Eric Kinzie | 16 | 17.98% | 1 | 14.29% |
Linus Torvalds | 5 | 5.62% | 2 | 28.57% |
Al Viro | 2 | 2.25% | 1 | 14.29% |
Mitchell Blank Jr. | 2 | 2.25% | 1 | 14.29% |
Total | 89 | 100.00% | 7 | 100.00% |