X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fatm%2Fcommon.h;h=e49ed41c0e337f4683ea0e58cb43b150e8248b29;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=d4cb95c57e820c117f9ade398f794fa9a10756c9;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/net/atm/common.h b/net/atm/common.h index d4cb95c57..e49ed41c0 100644 --- a/net/atm/common.h +++ b/net/atm/common.h @@ -24,11 +24,6 @@ int vcc_setsockopt(struct socket *sock, int level, int optname, int vcc_getsockopt(struct socket *sock, int level, int optname, char __user *optval, int __user *optlen); -void atm_shutdown_dev(struct atm_dev *dev); - -void pppoatm_ioctl_set(int (*hook)(struct atm_vcc *, unsigned int, unsigned long)); -void br2684_ioctl_set(int (*hook)(struct atm_vcc *, unsigned int, unsigned long)); - int atmpvc_init(void); void atmpvc_exit(void); int atmsvc_init(void); @@ -50,12 +45,6 @@ static inline void atm_proc_exit(void) #endif /* CONFIG_PROC_FS */ /* SVC */ - -void svc_callback(struct atm_vcc *vcc); int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos); -/* p2mp */ - -int create_leaf(struct socket *leaf,struct socket *session); - #endif